Skip to content

Commit

Permalink
Bump base image to 1.0.10 (#1680)
Browse files Browse the repository at this point in the history
Bump base image (should support permission error when running as non-root)
  • Loading branch information
marcelveldt authored Sep 27, 2024
1 parent 6a5857c commit bc70e29
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.11"
BASE_IMAGE_VERSION_STABLE: "1.0.0"
BASE_IMAGE_VERSION_BETA: "1.0.0"
BASE_IMAGE_VERSION_STABLE: "1.0.10"
BASE_IMAGE_VERSION_BETA: "1.0.10"

jobs:
build-artifact:
Expand Down

0 comments on commit bc70e29

Please sign in to comment.