Skip to content

Commit ed92c5a

Browse files
Bump alpine from 3.21.1 to 3.21.2
Bumps alpine from 3.21.1 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13ad9a2 commit ed92c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN mkdir -p /assets \
99
&& go build -o /assets/out assets/out/main/out.go \
1010
&& go build -o /assets/check assets/check/main/check.go
1111

12-
FROM alpine:3.21.1 AS runtime
12+
FROM alpine:3.21.2 AS runtime
1313
RUN apk add --no-cache ca-certificates
1414
COPY --from=build assets/ /opt/resource/
1515
RUN chmod +x /opt/resource/*

0 commit comments

Comments
 (0)