Skip to content

Commit

Permalink
update concourse node versions (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson authored May 20, 2024
1 parent b2da339 commit d120f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions concourse/scripts/docker-compose-fauna.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
- "8443:8443"

node-lts:
image: node:18.16-alpine3.16
image: node:18.20-alpine3.19
container_name: node-lts
depends_on:
- faunadb
Expand All @@ -27,7 +27,7 @@ services:
yarn test:integration
node-current:
image: node:20.2-alpine3.16
image: node:20.13-alpine3.19
container_name: node-current
depends_on:
- faunadb
Expand Down

0 comments on commit d120f9d

Please sign in to comment.