Skip to content

Commit 14e7b14

Browse files
authored
Merge pull request #23 from mxssl/dependabot/docker/alpine-3.17.3
2 parents 1d3ee29 + 36d3de6 commit 14e7b14

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
@@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 \
1717
go build -v -o app
1818

1919
# copy compiled binary to a clear Alpine Linux image
20-
FROM alpine:3.17.2
20+
FROM alpine:3.17.3
2121
WORKDIR /
2222
RUN apk add --no-cache \
2323
ca-certificates

0 commit comments

Comments
 (0)