Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 2db9ffe commit 37c2dc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG CARGO_ARGS
ARG CARGO_RELEASE="release"

FROM alpine:3.19 AS build
FROM alpine:3.20 AS build
LABEL maintainer="Ivan <[email protected]>"

ARG CARGO_ARGS
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN apk add git &&\
npm run build &&\
./compress_dist.sh

FROM alpine:3.19
FROM alpine:3.20

ARG CARGO_ARGS
ARG CARGO_RELEASE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.static
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19 AS build
FROM alpine:3.20 AS build
LABEL maintainer="Ivan <[email protected]>"
ENV CARGO_ARGS=""
ENV FEATURES=""
Expand Down

0 comments on commit 37c2dc4

Please sign in to comment.