Skip to content

Commit

Permalink
Merge pull request #18 from voxpupuli/dependabot/docker/node-22.9.0-a…
Browse files Browse the repository at this point in the history
…lpine3.20

build(deps): Bump node from 22.8.0-alpine3.20 to 22.9.0-alpine3.20
  • Loading branch information
github-actions[bot] authored Sep 24, 2024
2 parents 09416fe + 63c3686 commit a4a4a23
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:22.8.0-alpine3.20 AS build
FROM node:22.9.0-alpine3.20 AS build

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

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

FROM node:22.8.0-alpine3.20 AS final
FROM node:22.9.0-alpine3.20 AS final

LABEL org.label-schema.maintainer="Voxpupuli Team <[email protected]>" \
org.label-schema.vendor="Voxpupuli" \
Expand Down

0 comments on commit a4a4a23

Please sign in to comment.