Skip to content

Commit 5bc456a

Browse files
Update alpine Docker tag to v3.22
1 parent 9d5b587 commit 5bc456a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ RUN go mod init github.com/vCloud-DFTBA/pramtool \
99
RUN GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o /go/bin/promtool github.com/prometheus/prometheus/cmd/promtool \
1010
&& GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -o /go/bin/amtool github.com/prometheus/alertmanager/cmd/amtool
1111

12-
FROM alpine:3.13
12+
FROM alpine:3.22
1313
COPY --from=0 /go/bin/promtool /go/bin/amtool /bin/
1414
CMD ["/bin/sh"]

0 commit comments

Comments
 (0)