Skip to content

Commit 86855bc

Browse files
Update alpine Docker tag to v3.19
1 parent cc32680 commit 86855bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ WORKDIR /usr/src/
55
COPY . /usr/src
66
RUN go build -v -o "bin/github-commenter" *.go
77

8-
FROM alpine:3.16
8+
FROM alpine:3.19
99
RUN apk add --no-cache ca-certificates
1010
COPY --from=builder /usr/src/bin/* /usr/bin/
1111
ENV PATH $PATH:/usr/bin

0 commit comments

Comments
 (0)