Skip to content

Commit

Permalink
Bump Alpine base images from 3.11 to 3.14 (current latest)
Browse files Browse the repository at this point in the history
  • Loading branch information
imjasonh authored and tekton-robot committed Oct 25, 2021
1 parent e73bfb1 commit 42dd955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/git-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM alpine:3.14

RUN addgroup -S -g 65532 nonroot && adduser -S -u 65532 nonroot -G nonroot

Expand Down
2 changes: 1 addition & 1 deletion images/pullrequest-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.11 as source
FROM alpine:3.14 as source
RUN addgroup -S -g 65532 nonroot && adduser -S -u 65532 nonroot -G nonroot

FROM gcr.io/distroless/static:latest
Expand Down

0 comments on commit 42dd955

Please sign in to comment.