Skip to content

Commit b9f4911

Browse files
build(deps): bump alpine from 3.20 to 3.21 (#1265)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95258f7 commit b9f4911

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
@@ -42,7 +42,7 @@ COPY . .
4242
RUN make static
4343

4444
# assemble final container
45-
FROM alpine:3.20
45+
FROM alpine:3.21
4646
RUN apk add --no-cache coreutils diffutils less git openssh-client && \
4747
apk upgrade --quiet
4848
COPY --from=build /app/tk /usr/local/bin/tk

0 commit comments

Comments
 (0)