Skip to content

Commit

Permalink
Pin base Dockerfile image to 3.12
Browse files Browse the repository at this point in the history
Stop using the latest version of alpine in Pipeline test/release pipelines. This prevents a hermetic build environment and is a potential source of instability.

Hopefully fixes tektoncd#2726.
  • Loading branch information
wlynch authored and tekton-robot committed Jun 2, 2020
1 parent e68c627 commit 717fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.12

RUN apk add --update git openssh-client \
&& apk update \
Expand Down

0 comments on commit 717fbc5

Please sign in to comment.