Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
chore(deps): update node.js to 16b46e5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent a41485c commit f9f9bdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2-alpine@sha256:9632a81cc06b64fd071c31ceb75c6b2d7ce4728ab15a66c328b2e3fa3ef7aedc AS development
FROM node:18.18.2-alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60 AS development

WORKDIR /srv/app/

Expand All @@ -13,7 +13,7 @@ ENTRYPOINT ["docker-entrypoint.sh"]
CMD ["pnpm", "run", "dev"]


FROM node:18.18.2-alpine@sha256:9632a81cc06b64fd071c31ceb75c6b2d7ce4728ab15a66c328b2e3fa3ef7aedc AS build
FROM node:18.18.2-alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60 AS build

WORKDIR /srv/app/

Expand All @@ -35,7 +35,7 @@ RUN pnpm run build \
&& pnpm install --offline


FROM node:18.18.2-alpine@sha256:9632a81cc06b64fd071c31ceb75c6b2d7ce4728ab15a66c328b2e3fa3ef7aedc AS production
FROM node:18.18.2-alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60 AS production

ENV NODE_ENV=production

Expand Down

0 comments on commit f9f9bdf

Please sign in to comment.