Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 21, 2023
1 parent 5bf412c commit 32d351e
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.18 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.18
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 32d351e

Please sign in to comment.