Skip to content

Commit

Permalink
fix(deps): update golang to 1.21 for skopeo
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipK-CZ committed Sep 5, 2023
1 parent e827fa1 commit 45ec031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN tar -xf /workdir/binaries-manifest-tool.tar.gz
RUN cp /workdir/manifest-tool-linux-$TARGETARCH /workdir/manifest-tool
RUN chmod +x /workdir/manifest-tool

FROM golang:1.17 AS skopeo
FROM golang:1.21 AS skopeo

ARG SKOPEO_VERSION
ARG SKOPEO_DIR=/go/github.com/containers/skopeo
Expand Down

0 comments on commit 45ec031

Please sign in to comment.