Skip to content

Commit

Permalink
Downgrade version of base docker image to alpine3.18 to resolve lib c…
Browse files Browse the repository at this point in the history
…ompatibility with Chrome (#253)

* Drop version to alpine3.18 to resolve lib compatibility with Chrome

* Bump package version
  • Loading branch information
younglim authored Dec 14, 2023
1 parent 5bcb052 commit 9b85f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use Node LTS alpine distribution
FROM node:lts-alpine
FROM node:lts-alpine3.18

# Installation of packages for purple-a11y and chromium
RUN apk add build-base gcompat g++ make python3 zip bash git chromium openjdk11-jre
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@govtechsg/purple-hats",
"main": "npmIndex.js",
"version": "0.9.40",
"version": "0.9.41",
"type": "module",
"imports": {
"#root/*.js": "./*.js"
Expand Down

0 comments on commit 9b85f1e

Please sign in to comment.