Skip to content

Commit c6efadb

Browse files
chore(deps): update alpine docker tag to v3.17.2
1 parent e1482db commit c6efadb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockerfiles/Dockerfile.cloud

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} \
2323
go build -ldflags "-s -w -X main.version=${APP_VSN} -X main.commit=${APP_COMMIT} -X main.date=${APP_DATE}" \
2424
-o plural ./cmd/plural/
2525

26-
FROM alpine:3.17.1 as tools
26+
FROM alpine:3.17.2 as tools
2727

2828
ARG TARGETARCH
2929

0 commit comments

Comments
 (0)