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

Commit

Permalink
Update node:fermium-alpine Docker digest to 5924104
Browse files Browse the repository at this point in the history
  • Loading branch information
realliance-renovate committed May 12, 2021
1 parent 74bbebc commit ec71723
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:fermium-alpine@sha256:bdec2d4aa13450a2e2654e562df1d8a3016b3c4ab390ccd3ed09d861cbdb0d83 as builder
FROM node:fermium-alpine@sha256:5924104adea8e28ae84774904c6b85a8173e452423e67a270e1a664d6379abb6 as builder

WORKDIR /app

Expand All @@ -11,7 +11,7 @@ RUN apk add --no-cache --virtual .gyp python g++ make \
ADD . .
RUN NODE_ENV=production yarn build

FROM node:fermium-alpine@sha256:bdec2d4aa13450a2e2654e562df1d8a3016b3c4ab390ccd3ed09d861cbdb0d83
FROM node:fermium-alpine@sha256:5924104adea8e28ae84774904c6b85a8173e452423e67a270e1a664d6379abb6
WORKDIR /app
ENV NODE_ENV production
ENV RELEASE $RELEASE
Expand Down

0 comments on commit ec71723

Please sign in to comment.