Skip to content

Commit

Permalink
[docker] Bump node from 23.0.0-alpine3.19 to 23.3.0-alpine3.19
Browse files Browse the repository at this point in the history
Bumps node from 23.0.0-alpine3.19 to 23.3.0-alpine3.19.

---
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 23, 2024
1 parent ebe453d commit a5dfc7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.bdc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Build the app with node
FROM node:23.0.0-alpine3.19 AS builder
FROM node:23.3.0-alpine3.19 AS builder
WORKDIR /app
COPY package*.json .
COPY .env .
Expand Down

0 comments on commit a5dfc7b

Please sign in to comment.