Skip to content

Commit 28efebf

Browse files
chore(deps): update node docker tag to v22.7.0 (#360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 66c04a4 commit 28efebf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build static files
2-
FROM node:22.6.0-slim AS build
2+
FROM node:22.7.0-slim AS build
33
WORKDIR /app
44
COPY *.json ./
55
RUN npm ci --omit=dev --ignore-scripts

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build static files
2-
FROM node:22.6.0-slim AS build
2+
FROM node:22.7.0-slim AS build
33

44
WORKDIR /app
55
COPY . .

0 commit comments

Comments
 (0)