Skip to content

Commit

Permalink
Bump chrome container version to 123 to enable linux/arm64 support on…
Browse files Browse the repository at this point in the history
… it (#59)

* Bump chrome container version to 102 to enable linux/arm64 support

* Bump chrome container version to 123
  • Loading branch information
lbrame authored Mar 31, 2024
1 parent ed9151f commit 899842e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
volumes:
- redis:/data
chrome:
image: gcr.io/zenika-hub/alpine-chrome:100
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
command:
- --no-sandbox
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
volumes:
- redis:/data
chrome:
image: gcr.io/zenika-hub/alpine-chrome:100
image: gcr.io/zenika-hub/alpine-chrome:123
restart: unless-stopped
command:
- --no-sandbox
Expand Down

0 comments on commit 899842e

Please sign in to comment.