Skip to content

Commit fb4737c

Browse files
authored
Merge pull request #20 from mxssl/dependabot/docker/alpine-3.17.2
Bump alpine from 3.17.1 to 3.17.2
2 parents 5ffa704 + af7db35 commit fb4737c

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.1
20+
FROM alpine:3.17.2
2121
WORKDIR /
2222
RUN apk add --no-cache \
2323
ca-certificates

0 commit comments

Comments
 (0)