Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plural-renovate[bot] committed Mar 29, 2023
1 parent de6902d commit 49283c9
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 @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \
go build -ldflags "-s -w -X main.version=${APP_VSN} -X main.commit=${APP_COMMIT} -X main.date=${APP_DATE}" \
-o plural ./cmd/plural/

FROM alpine:3.17.1 as tools
FROM alpine:3.17.3 as tools

ARG TARGETARCH

Expand Down

0 comments on commit 49283c9

Please sign in to comment.