Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ff6e72a commit 525cfe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY pkg /crie/pkg
RUN --mount=type=cache,target=/root/.cache/go-build go build ./cmd/crie

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

Expand Down
4 changes: 2 additions & 2 deletions img/apk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.13.0 as clang_layer
FROM alpine:3.21.0 as clang_layer
RUN apk --no-cache add clang

FROM alpine:3.13.0
FROM alpine:3.21.0

# hadolint ignore=DL3059
RUN adduser -D standards
Expand Down
2 changes: 1 addition & 1 deletion img/go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN go install github.com/errata-ai/vale@latest
RUN go install github.com/yoheimuta/protolint/cmd/protolint@latest


FROM alpine:3.13.0
FROM alpine:3.21.0

RUN adduser -D standards

Expand Down

0 comments on commit 525cfe3

Please sign in to comment.