Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit 9680f88

Browse files
build(deps): bump node from 18 to 19 (#25)
Bumps node from 18 to 19. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8692d4 commit 9680f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN case ${TARGETPLATFORM} in \
1717
&& chmod +x /tini
1818

1919
# This stage builds the application.
20-
FROM --platform=${BUILDPLATFORM} node:18 as build-app
20+
FROM --platform=${BUILDPLATFORM} node:19 as build-app
2121

2222
# build-args are used in vite.config.ts
2323
ARG BUILD_TIME
@@ -35,7 +35,7 @@ RUN npm audit fix
3535
RUN npm run build:node
3636

3737
# This stage installs the runtime dependencies.
38-
FROM --platform=${BUILDPLATFORM} node:18-alpine as build-runtime
38+
FROM --platform=${BUILDPLATFORM} node:19-alpine as build-runtime
3939

4040
WORKDIR /app
4141
COPY package.json package-lock.json ./

0 commit comments

Comments
 (0)