Skip to content

Commit

Permalink
Upgrade node version for docker builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ginesdt committed Jun 21, 2024
1 parent 82a7679 commit 05eb97f
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 @@ -5,7 +5,7 @@ jobs:
working_directory: ~/streamtide
docker:
# primary container to run all steps
- image: 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.7.0
- image: 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.17.0
aws_auth:
aws_access_key_id: $AWS_ACCESS_KEY_ID
aws_secret_access_key: $AWS_SECRET_ACCESS_KEY
Expand Down
2 changes: 1 addition & 1 deletion docker-builds/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.7.0
FROM 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.17.0
USER root

ARG BUILD_ENV=qa
Expand Down
2 changes: 1 addition & 1 deletion docker-builds/ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.7.0 AS build_stage
FROM 487920318758.dkr.ecr.us-west-2.amazonaws.com/cljs-web3-ci:node-18.17.0 AS build_stage
USER root

ARG BUILD_ENV=qa
Expand Down

0 comments on commit 05eb97f

Please sign in to comment.