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

Commit

Permalink
Upgrade Node JS base image to address OPENSSL vulnerability (#238)
Browse files Browse the repository at this point in the history
* Upgrade Node JS base image to address OPENSSL vulnerability

* empty commit

---------

Co-authored-by: dchng <[email protected]>
  • Loading branch information
dbschng and dchng-atlassian authored Jul 7, 2023
1 parent 549d35d commit c13c867
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/node:18.16.0
- image: cimg/node:18.16.1
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
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:44aaf1ccc80eaed6572a0f2ef7d6b5a2982d54481e4255480041ac92221e2f11
FROM node:18.16-alpine@sha256:67cb6aae3415f1a5106579aa1400b18368860f922d55fcac589f6c2af104bad5

WORKDIR /opt/service

Expand Down

0 comments on commit c13c867

Please sign in to comment.