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