Skip to content

Commit

Permalink
chore(deps): update node.js to bac812a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2024
1 parent e803804 commit b42f964
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,12 +1,12 @@
FROM node:alpine@sha256:4999fa1391e09259e71845d3d0e9ddfe5f51ab30253c8b490c633f710c7446a0 as build
FROM node:alpine@sha256:bac812a020b920e32f6b5a8656e0e835efab70791855df8b94e2ffa0652b3bd9 as build

WORKDIR /app
COPY package*.json tsconfig.json ./
COPY src ./src
RUN npm ci --ignore-scripts
RUN npm run build

FROM node:alpine@sha256:4999fa1391e09259e71845d3d0e9ddfe5f51ab30253c8b490c633f710c7446a0
FROM node:alpine@sha256:bac812a020b920e32f6b5a8656e0e835efab70791855df8b94e2ffa0652b3bd9

WORKDIR /app
COPY --from=build /app/dist ./dist/
Expand Down

0 comments on commit b42f964

Please sign in to comment.