Skip to content

Commit

Permalink
Update alpine Docker tag to v3.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 31, 2021
1 parent 140cd5b commit f6690eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ COPY imp /crie/imp
COPY crie.go /crie/crie.go
RUN go build

FROM alpine:3.12.1 as clang_layer
FROM alpine:3.13.5 as clang_layer
RUN apk --no-cache add clang

FROM alpine:3.12.1 as terraform_layer
FROM alpine:3.13.5 as terraform_layer
RUN apk --no-cache add git wget zip
ENV TERRA_VER 0.12.26
RUN wget "https://releases.hashicorp.com/terraform/$TERRA_VER/terraform_${TERRA_VER}_$(uname -s | tr '[:upper:]' '[:lower:]')_amd64.zip"
Expand All @@ -43,7 +43,7 @@ RUN unzip "terraform_${TERRA_VER}_$(uname -s | tr '[:upper:]' '[:lower:]')_amd64
# ~~~ ~~~ ~~~~~~~~~~~~~~~~~ ~~~ ~~~

# Alpine :ok_hand:
FROM alpine:3.12.1
FROM alpine:3.13.5
RUN apk --no-cache add git wget ca-certificates \
&& update-ca-certificates

Expand Down

0 comments on commit f6690eb

Please sign in to comment.