Skip to content

Commit

Permalink
Bump base image in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jan 16, 2025
1 parent 679c62b commit 5df31b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:

env:
PYTHON_VERSION: "3.12"
BASE_IMAGE_VERSION_STABLE: "1.1.2"
BASE_IMAGE_VERSION_BETA: "1.2.2"
BASE_IMAGE_VERSION_STABLE: "1.2.3"
BASE_IMAGE_VERSION_BETA: "1.2.3"

jobs:
build-artifact:
Expand Down

0 comments on commit 5df31b6

Please sign in to comment.