Skip to content

Commit

Permalink
deps(docker): bump alpine from 3.19 to 3.21
Browse files Browse the repository at this point in the history
Bumps alpine from 3.19 to 3.21.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and zavoloklom committed Jan 2, 2025
1 parent f41fe6c commit 24d3a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine3.19 AS builder
FROM node:20.18-alpine3.21 AS builder

WORKDIR /dclint

Expand All @@ -23,7 +23,7 @@ RUN mkdir -p /dependencies/lib /dependencies/usr/lib && \
fi; \
done

FROM alpine:3.19 AS alpine-version
FROM alpine:3.21 AS alpine-version

ENV NODE_NO_WARNINGS=1

Expand Down

0 comments on commit 24d3a2b

Please sign in to comment.