Skip to content

Commit 551bf9e

Browse files
chore(deps): update alpine docker tag to v3.22.1
1 parent 1704fc7 commit 551bf9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21.3 AS certs
1+
FROM alpine:3.22.1 AS certs
22

33
RUN apk add ca-certificates
44

@@ -21,7 +21,7 @@ COPY --from=tob /build .
2121
RUN go mod download
2222
RUN CGO_ENABLED=0 go build -ldflags="-X main.version=${VERSION}" -a -o prompage main.go
2323

24-
FROM alpine:3.21.3
24+
FROM alpine:3.22.1
2525

2626
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
2727
COPY --from=gob /build/prompage /prompage

0 commit comments

Comments
 (0)