diff --git a/chrome-browser/1.16.1/.env.sample b/chrome-browser/1.17.0/.env.sample similarity index 100% rename from chrome-browser/1.16.1/.env.sample rename to chrome-browser/1.17.0/.env.sample diff --git a/chrome-browser/1.16.1/data.yml b/chrome-browser/1.17.0/data.yml similarity index 100% rename from chrome-browser/1.16.1/data.yml rename to chrome-browser/1.17.0/data.yml diff --git a/chrome-browser/1.16.1/docker-compose.yml b/chrome-browser/1.17.0/docker-compose.yml similarity index 92% rename from chrome-browser/1.16.1/docker-compose.yml rename to chrome-browser/1.17.0/docker-compose.yml index 819b8eb2b..5dcf196b8 100644 --- a/chrome-browser/1.16.1/docker-compose.yml +++ b/chrome-browser/1.17.0/docker-compose.yml @@ -1,6 +1,6 @@ services: chrome: - image: "kasmweb/chrome:1.16.1" + image: "kasmweb/chrome:1.17.0" container_name: ${CONTAINER_NAME} restart: always networks: diff --git a/chrome-browser/1.16.1/scripts/uninstall.sh b/chrome-browser/1.17.0/scripts/uninstall.sh similarity index 100% rename from chrome-browser/1.16.1/scripts/uninstall.sh rename to chrome-browser/1.17.0/scripts/uninstall.sh