File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ version: '3'
99
1010services :
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}
Original file line number Diff line number Diff line change 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
1111docker pull $IMG
1212
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if not exist "%DESIGNS%" %ECHO_IF_DRY_RUN% mkdir "%DESIGNS%"
4646
4747IF " %DOCKER_USER% " == " " SET DOCKER_USER = hpretl
4848IF " %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
5151IF " %CONTAINER_USER% " == " " SET CONTAINER_USER = 1000
5252IF " %CONTAINER_GROUP% " == " " SET CONTAINER_GROUP = 1000
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ if [ -z ${DOCKER_IMAGE+z} ]; then
5252fi
5353
5454if [ -z ${DOCKER_TAG+z} ]; then
55- DOCKER_TAG=" 2024.09 "
55+ DOCKER_TAG=" 2024.10 "
5656fi
5757
5858if [ -z ${CONTAINER_NAME+z} ]; then
You can’t perform that action at this time.
0 commit comments