Skip to content

Commit

Permalink
Update alpine Docker tag to v3.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 27, 2021
1 parent d7090e7 commit 68f2a87
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
Expand Up @@ -22,15 +22,15 @@ COPY internal /crie/internal
COPY pkg /crie/pkg
RUN --mount=type=cache,target=/root/.cache/go-build go build ./cmd/crie

FROM alpine:3.13.0 as clang_layer
FROM alpine:3.14.2 as clang_layer
RUN apk --no-cache add clang

# ~~~ ~~~ ~~~~~~~~~~~~~~~~~ ~~~ ~~~
# ~~~~~~~~~~~~~~~~~ ~~~ TOP LAYER ~~~ ~~~~~~~~~~~~~~~~~
# ~~~ ~~~ ~~~~~~~~~~~~~~~~~ ~~~ ~~~

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

Expand Down

0 comments on commit 68f2a87

Please sign in to comment.