Skip to content

Commit

Permalink
chromium instead of chrome for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Feb 1, 2025
1 parent fdec98b commit 4ddbf89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MAVEN_VERSION=3.9-amazoncorretto-11
ARG JRE_IMAGE=eclipse-temurin:11-jre
ARG SELENIUM_IMAGE=selenium/standalone-chrome:latest
ARG SELENIUM_IMAGE=selenium/standalone-chromium:latest
ARG GRAALVM_IMAGE=ghcr.io/graalvm/native-image:latest
ARG BUSYBOX_IMAGE=busybox:latest
ARG VERSION=5.3.18
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ target "chrome" {
inherits = ["_hsac-base-target"]
pull = true
args = {
SELENIUM_IMAGE = "selenium/standalone-chrome:${SELENIUM_VERSION}"
SELENIUM_IMAGE = "selenium/standalone-chromium:${SELENIUM_VERSION}"
}
target = "hsac-chrome"
tags = ["hsac/fitnesse-fixtures-test-jre11-chrome:${TAG}"]
Expand Down

0 comments on commit 4ddbf89

Please sign in to comment.