Skip to content

Commit

Permalink
Merge pull request #15 from fairfaxmedia/renovate/alpine-3.x
Browse files Browse the repository at this point in the history
Update dependency alpine to v3.16
  • Loading branch information
matthope authored Aug 8, 2022
2 parents e1a0987 + 8fec421 commit 41ef3e3
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 41ef3e3

Please sign in to comment.