Skip to content

Commit

Permalink
chore: update hydrogen-alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwzq committed Sep 15, 2023
1 parent 9d0da42 commit 2b488c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:hydrogen-alpine3.16
FROM node:hydrogen-alpine3.18
LABEL maintainer=FormSG<[email protected]>

WORKDIR /opt/formsg
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:hydrogen-alpine3.16 as build
FROM node:hydrogen-alpine3.18 as build

# node-modules-builder stage installs/compiles the node_modules folder
# Python version must be specified starting in alpine3.12
Expand Down

0 comments on commit 2b488c2

Please sign in to comment.