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 128aa5f
Browse files Browse the repository at this point in the history
  • Loading branch information
realliance-renovate committed Dec 2, 2021
1 parent 74bbebc commit baa0f52
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:128aa5f72f959702ff5cc78ca420e7e41b03491633732b958145c57924303f14 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:128aa5f72f959702ff5cc78ca420e7e41b03491633732b958145c57924303f14
WORKDIR /app
ENV NODE_ENV production
ENV RELEASE $RELEASE
Expand Down

0 comments on commit baa0f52

Please sign in to comment.