Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-copilot[bot] committed Jan 8, 2025
1 parent 6fb0b04 commit a4e6a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \
-X "github.com/pluralsh/plural-cli/cmd/plural.Date=${APP_DATE}"' \
-o plural ./cmd/plural

FROM alpine:3.17.2 as tools
FROM alpine:3.21.2 as tools

ARG TARGETARCH

Expand Down

0 comments on commit a4e6a88

Please sign in to comment.