Skip to content

Commit

Permalink
Bump alpine from 3.18 to 3.20 (#1035)
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18 to 3.20.

---
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>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent a30ac95 commit afd85a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ COPY . .
RUN make static

# assemble final container
FROM alpine:3.18
FROM alpine:3.20
RUN apk add --no-cache coreutils diffutils less git openssh-client
COPY --from=build /app/tk /usr/local/bin/tk
COPY --from=kubectl /usr/local/bin/kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit afd85a8

Please sign in to comment.