Skip to content

Commit

Permalink
docker/Dockerfile: node@14.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kanreisa committed Jan 8, 2021
1 parent aec1daa commit bbd2282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH=
FROM ${ARCH}node:14.15.3-buster AS build
FROM ${ARCH}node:14.15.4-buster AS build
WORKDIR /app
ENV DOCKER=YES
ADD . .
Expand All @@ -10,7 +10,7 @@ RUN apt-get update && \
npm run build && \
npm install -g --unsafe-perm --production

FROM ${ARCH}node:14.15.3-buster-slim
FROM ${ARCH}node:14.15.4-buster-slim

WORKDIR /app
RUN apt-get update && \
Expand Down

0 comments on commit bbd2282

Please sign in to comment.