Skip to content

Commit

Permalink
Update alpine Docker tag to v3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 76e4dc6 commit 4023fec
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.19.1
FROM alpine:3.20.0

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

FROM alpine:3.19.1 as deploy-base
FROM alpine:3.20.0 as deploy-base
ARG TARGETARCH

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

0 comments on commit 4023fec

Please sign in to comment.