Skip to content

Commit

Permalink
fix: temporarily bump hydrogen-alpine version down
Browse files Browse the repository at this point in the history
  • Loading branch information
LinHuiqing committed Sep 25, 2023
1 parent 9811be4 commit 32b02bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.production
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN --mount=type=secret,id=dd_api_key \
RUN npm prune --production --legacy-peer-deps

# This stage builds the final container
FROM node:hydrogen-alpine3.18
FROM node:hydrogen-alpine3.16
LABEL maintainer=FormSG<[email protected]>
WORKDIR /opt/formsg

Expand All @@ -81,7 +81,7 @@ RUN mv /opt/formsg/dist/backend/shared /opt/formsg/
# https://www.npmjs.com/package/puppeteer-core?activeTab=versions for corresponding versions

RUN apk add --no-cache \
chromium=115.0.5790.170-r0 \
chromium=102.0.5005.182-r0 \
nss \
freetype \
freetype-dev \
Expand Down

0 comments on commit 32b02bb

Please sign in to comment.