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 8, 2024
1 parent d3a24ac commit ab92382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.20.3
FROM alpine:3.21.0

COPY --from=node:22.12.0-alpine / /
COPY --from=rust:1.83.0-alpine / /
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ ENTRYPOINT [ "codacy-coverage" ]
# required for Renovate to update the base image:
FROM node:22.12.0-alpine AS node

FROM alpine:3.20.3 AS deploy-base
FROM alpine:3.21.0 AS deploy-base
ARG TARGETARCH

# Install standard libraries and copy Node.js binary
Expand Down

0 comments on commit ab92382

Please sign in to comment.