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 240e1e6
Browse files Browse the repository at this point in the history
  • Loading branch information
realliance-renovate committed Nov 13, 2021
1 parent 74bbebc commit ab445b3
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:240e1e6ef6dfba3bb70d6e88cca6cbb0b5a6f3a2b4496ed7edc5474e8ed594bd 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:240e1e6ef6dfba3bb70d6e88cca6cbb0b5a6f3a2b4496ed7edc5474e8ed594bd
WORKDIR /app
ENV NODE_ENV production
ENV RELEASE $RELEASE
Expand Down

0 comments on commit ab445b3

Please sign in to comment.