Skip to content

Commit

Permalink
update v14.7 for goproxy
Browse files Browse the repository at this point in the history
  • Loading branch information
stilleshan committed Oct 28, 2024
1 parent 0980493 commit fe496c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine
LABEL maintainer="Stille <stille@ioiox.com>"

ENV VERSION 14.5
ENV VERSION 14.7

RUN set -xe && \
UNAME=$(uname -m) && if [ "$UNAME" = "x86_64" ]; then export PLATFORM=amd64 ; else export PLATFORM=arm64-v8 ; fi && \
Expand Down

0 comments on commit fe496c3

Please sign in to comment.