Skip to content

Commit

Permalink
Remove golang version from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronH88 committed Mar 21, 2024
1 parent d0a3d68 commit 2343ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/centos/centos:stream9 as builder
ARG VERSION

RUN dnf -y update && dnf install -y 'golang <= 1.20.0' make python3 python3-pip git
RUN dnf -y update && dnf install -y golang make python3 python3-pip git
RUN pip install wheel

ADD source.tar.gz /source
Expand Down

0 comments on commit 2343ffd

Please sign in to comment.