Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 4e02951 commit 233183d
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.21.1
FROM alpine:3.21.2

COPY --from=node:22.13.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.13.0-alpine AS node

FROM alpine:3.21.1 AS deploy-base
FROM alpine:3.21.2 AS deploy-base
ARG TARGETARCH

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

0 comments on commit 233183d

Please sign in to comment.