Skip to content

Commit

Permalink
Update dependency alpine to v3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 18, 2022
1 parent e1a0987 commit 8fec421
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.16.3 AS hadolint
FROM koalaman/shellcheck:v0.8.0 AS shellcheck
FROM alpine:3.9 as build
FROM alpine:3.16 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.9
FROM alpine:3.16
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 8fec421

Please sign in to comment.