Skip to content

Commit

Permalink
build(deps): bump node from 23.3.0-alpine3.20 to 23.4.0-alpine3.20
Browse files Browse the repository at this point in the history
Bumps node from 23.3.0-alpine3.20 to 23.4.0-alpine3.20.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 640af83 commit 551c0d3
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:23.3.0-alpine3.20 AS build
FROM node:23.4.0-alpine3.20 AS build

WORKDIR /npm
COPY package.json /npm
Expand All @@ -7,7 +7,7 @@ RUN npm install

###############################################################################

FROM node:23.3.0-alpine3.20 AS final
FROM node:23.4.0-alpine3.20 AS final

LABEL org.label-schema.maintainer="Voxpupuli Team <voxpupuli@groups.io>" \
org.label-schema.vendor="Voxpupuli" \
Expand Down

0 comments on commit 551c0d3

Please sign in to comment.