Skip to content

Commit 846ce38

Browse files
committed
tools: bump to October release (2024.10)
1 parent 3085edb commit 846ce38

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: '3'
99

1010
services:
1111
pulp-docker:
12-
image: hpretl/iic-osic-tools:2024.09
12+
image: hpretl/iic-osic-tools:2024.10
1313
environment:
1414
- UID=${UID}
1515
- GID=${GID}

start_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Authors:
77
# - Philippe Sauter <phsauter@iis.ee.ethz.ch>
88

9-
IMG=hpretl/iic-osic-tools:2024.09
9+
IMG=hpretl/iic-osic-tools:2024.10
1010

1111
docker pull $IMG
1212

start_vnc.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if not exist "%DESIGNS%" %ECHO_IF_DRY_RUN% mkdir "%DESIGNS%"
4646

4747
IF "%DOCKER_USER%"=="" SET DOCKER_USER=hpretl
4848
IF "%DOCKER_IMAGE%"=="" SET DOCKER_IMAGE=iic-osic-tools
49-
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2024.09
49+
IF "%DOCKER_TAG%"=="" SET DOCKER_TAG=2024.10
5050

5151
IF "%CONTAINER_USER%"=="" SET CONTAINER_USER=1000
5252
IF "%CONTAINER_GROUP%"=="" SET CONTAINER_GROUP=1000

start_vnc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ if [ -z ${DOCKER_IMAGE+z} ]; then
5252
fi
5353

5454
if [ -z ${DOCKER_TAG+z} ]; then
55-
DOCKER_TAG="2024.09"
55+
DOCKER_TAG="2024.10"
5656
fi
5757

5858
if [ -z ${CONTAINER_NAME+z} ]; then

0 commit comments

Comments
 (0)