Skip to content

Commit

Permalink
Temporarily switch to fixed curl image version to fix arm64 builds
Browse files Browse the repository at this point in the history
`latest` tag (`8.1.2`) has no arm64 images due to curl/curl-container#3

Temporarily lock version to last working version.
  • Loading branch information
chadlwilson committed Jun 8, 2023
1 parent 0607033 commit 1461c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Please file any issues or PRs at https://github.com/gocd/gocd
###############################################################################################

FROM curlimages/curl:latest as gocd-agent-unzip
FROM curlimages/curl:8.1.1 as gocd-agent-unzip
USER root
ARG TARGETARCH
ARG UID=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Please file any issues or PRs at https://github.com/gocd/gocd
###############################################################################################

FROM curlimages/curl:latest as gocd-server-unzip
FROM curlimages/curl:8.1.1 as gocd-server-unzip
USER root
ARG TARGETARCH
ARG UID=1000
Expand Down

0 comments on commit 1461c7f

Please sign in to comment.