Skip to content

Commit 8020e6f

Browse files
chore(deps): update alpine docker tag to v3.20.0
1 parent 6775e6c commit 8020e6f

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.19.1 AS certs
1+
FROM alpine:3.20.0 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.19.1
24+
FROM alpine:3.20.0
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)