Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
upgrade node (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels authored Feb 7, 2020
1 parent c7e85cd commit 9bd80c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions f2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12.14-alpine AS build-env
FROM node:12.15-alpine AS build-env
WORKDIR /app
COPY . .

Expand All @@ -9,7 +9,7 @@ ENV HUSKY_SKIP_INSTALL true
RUN npm ci
RUN npm run build

FROM node:12.14-alpine
FROM node:12.15-alpine
LABEL maintainer="[email protected]"
RUN apk add --no-cache openssl
USER node
Expand Down

0 comments on commit 9bd80c1

Please sign in to comment.