Skip to content

Commit

Permalink
Merge pull request #54 from sebbo2002/dependabot/docker/node-3bca552
Browse files Browse the repository at this point in the history
build: bump node from `8f18273` to `3bca552`
  • Loading branch information
sebbo2002 authored Nov 8, 2021
2 parents c28e75e + 8673518 commit 23d6530
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,4 +1,4 @@
FROM node:lts-alpine@sha256:8f1827381eb7fca5a79ad21cb42e935546bedf67d9f668519a7db69d77d812bf as build-container
FROM node:lts-alpine@sha256:3bca55259ada636e5fee8f2836aba7fa01fed7afd0652e12773ad44af95868b9 as build-container

WORKDIR "/app"

Expand All @@ -10,7 +10,7 @@ RUN npm run build && \
rm -rf ./.github ./src ./test ./node_modules


FROM node:lts-alpine@sha256:8f1827381eb7fca5a79ad21cb42e935546bedf67d9f668519a7db69d77d812bf
FROM node:lts-alpine@sha256:3bca55259ada636e5fee8f2836aba7fa01fed7afd0652e12773ad44af95868b9
ARG NODE_ENV=production
ENV NODE_ENV=$NODE_ENV
WORKDIR "/app"
Expand Down

0 comments on commit 23d6530

Please sign in to comment.