Skip to content

Commit 5df31b6

Browse files
authored
Bump base image in build script
1 parent 679c62b commit 5df31b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
env:
88
PYTHON_VERSION: "3.12"
9-
BASE_IMAGE_VERSION_STABLE: "1.1.2"
10-
BASE_IMAGE_VERSION_BETA: "1.2.2"
9+
BASE_IMAGE_VERSION_STABLE: "1.2.3"
10+
BASE_IMAGE_VERSION_BETA: "1.2.3"
1111

1212
jobs:
1313
build-artifact:

0 commit comments

Comments
 (0)