Skip to content

Commit 832ca73

Browse files
authored
Merge pull request #47 from mxssl/dependabot/docker/alpine-3.19.1
Bump alpine from 3.19.0 to 3.19.1
2 parents 6dff79e + 1eb573a commit 832ca73

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
@@ -15,7 +15,7 @@ RUN CGO_ENABLED=0 \
1515
go build -v -o app
1616

1717
# copy compiled binary to a clear Alpine Linux image
18-
FROM alpine:3.19.0
18+
FROM alpine:3.19.1
1919
WORKDIR /
2020
RUN apk add --no-cache \
2121
ca-certificates

0 commit comments

Comments
 (0)