Skip to content

Commit

Permalink
build(deps): bump node from 23.1-alpine to 23.3-alpine (#304)
Browse files Browse the repository at this point in the history
Bumps node from 23.1-alpine to 23.3-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 829dc8a commit 0012be7
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,5 +1,5 @@
# BUILDER IMAGE
FROM node:23.1-alpine as builder
FROM node:23.3-alpine as builder

WORKDIR /service

Expand All @@ -11,7 +11,7 @@ RUN npm run ng:build
RUN npm run server:build

# PRODUCTION IMAGE
FROM node:23.1-alpine
FROM node:23.3-alpine

WORKDIR /service

Expand Down

0 comments on commit 0012be7

Please sign in to comment.