Skip to content

Commit

Permalink
trial run with latest debian based chromium image
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Jan 2, 2024
1 parent eb50529 commit 4f8cf8f
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.8-amazoncorretto-11
ARG JRE_IMAGE=eclipse-temurin:11-jre
ARG SELENIUM_IMAGE=seleniarm/standalone-chromium:latest
ARG SELENIUM_IMAGE=seleniarm/standalone-chromium:4.16
ARG GRAALVM_IMAGE=ghcr.io/graalvm/native-image:latest
ARG BUSYBOX_IMAGE=busybox:latest
ARG VERSION=5.3.0
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variable "VERSION" {
default = "5.3.1"
}
variable "SELENIUM_VERSION" {
default = "latest"
default = "4.16"
}
variable "TAG" {
default = "latest"
Expand Down

0 comments on commit 4f8cf8f

Please sign in to comment.