Skip to content

Commit 36d3de6

Browse files
Bump alpine from 3.17.2 to 3.17.3
Bumps alpine from 3.17.2 to 3.17.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d3ee29 commit 36d3de6

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)