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 17479e5
Browse files Browse the repository at this point in the history
  • Loading branch information
realliance-renovate committed Jun 15, 2021
1 parent 74bbebc commit 6523c55
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:17479e562fa877fa8a2d748788f7a1c0dbb1d7c9fa1c135d94c51e65407de49d 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:17479e562fa877fa8a2d748788f7a1c0dbb1d7c9fa1c135d94c51e65407de49d
WORKDIR /app
ENV NODE_ENV production
ENV RELEASE $RELEASE
Expand Down

0 comments on commit 6523c55

Please sign in to comment.