Skip to content

Commit 70301a1

Browse files
committed
fix: Dockerfile to reduce vulnerabilities
1 parent dd2c8f5 commit 70301a1

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
@@ -1,5 +1,5 @@
11
# Set the base image to use for subsequent instructions
2-
FROM alpine:3.19
2+
FROM alpine:3.22.1
33

44
# hadolint ignore=DL3018
55
RUN apk add --no-cache aws-cli bash curl jq

0 commit comments

Comments
 (0)