Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 22, 2024
1 parent 5bf412c commit f9d6689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM hadolint/hadolint:v1.23.0 AS hadolint
FROM koalaman/shellcheck:v0.9.0 AS shellcheck
FROM alpine:3.16 as build
FROM alpine:3.20 as build

WORKDIR /tmp/build

Expand All @@ -23,7 +23,7 @@ RUN /usr/local/bin/hadolint ./Dockerfile

RUN /usr/local/bin/shellcheck --format=gcc ./bin/*

FROM alpine:3.16
FROM alpine:3.20
RUN apk --no-cache --quiet add jq~=1.6 bash~=4.4
COPY --from=build /usr/local/bin/kubectl /usr/local/bin/kubectl

Expand Down

0 comments on commit f9d6689

Please sign in to comment.