Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Fix: Update node image digest to use correct one (#239)
Browse files Browse the repository at this point in the history
* Upgrade Node JS base image to address OPENSSL vulnerability

* empty commit

* Fix digest for base Node Image

* Fix digest for base Node Image

---------

Co-authored-by: dchng <[email protected]>
  • Loading branch information
dbschng and dchng-atlassian authored Jul 7, 2023
1 parent c13c867 commit 1dd0a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.16-alpine@sha256:67cb6aae3415f1a5106579aa1400b18368860f922d55fcac589f6c2af104bad5
FROM node:18.16.1-alpine@sha256:bf6c61feabc1a1bd565065016abe77fa378500ec75efa67f5b04e5e5c4d447cd

WORKDIR /opt/service

Expand Down

0 comments on commit 1dd0a2f

Please sign in to comment.