Skip to content

Commit 28b8585

Browse files
committed
Use stable root image
1 parent ae150c7 commit 28b8585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM katalonstudio/ubuntu-20.04:4b92ac0
1+
FROM katalonstudio/ubuntu-20.04:70a4928
22

33
# common environment variables
44
ARG TARGETPLATFORM

src/Dockerfile.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM katalonstudio/ubuntu-20.04-harden:4b92ac0
1+
FROM katalonstudio/ubuntu-20.04-harden:70a4928
22

33
# common environment variables
44
ARG TARGETPLATFORM

src/scripts/setup-slim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tar -xvzf $katalon_package -C $KATALON_KATALON_INSTALL_DIR_PARENT
5353
ls
5454

5555
# Remove webdrivermanager.jar
56-
rm $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory/configuration/resources/tools/webdriver/webdrivermanager-5.9.2-fat.jar
56+
rm $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory/configuration/resources/tools/webdriver/webdrivermanager-5.9.2.1-fat.jar
5757

5858
rm $katalon_package
5959
mv $KATALON_KATALON_INSTALL_DIR_PARENT/$katalon_unzipped_directory $KATALON_KATALON_INSTALL_DIR

0 commit comments

Comments
 (0)