Skip to content

Commit 9439cad

Browse files
authoredDec 6, 2024··
deps(docker): Bump alpine from 3.20 to 3.21 (#2278)
Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe927f9 commit 9439cad

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
@@ -38,7 +38,7 @@ COPY --from=build /bin/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT} /gompl
3838

3939
ENTRYPOINT [ "/gomplate" ]
4040

41-
FROM alpine:3.20 AS gomplate-alpine
41+
FROM alpine:3.21 AS gomplate-alpine
4242

4343
ARG VCS_REF
4444
ARG TARGETOS

0 commit comments

Comments
 (0)
Please sign in to comment.