Skip to content

Commit

Permalink
Bump docker image version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnySc2 committed Nov 29, 2023
1 parent 2e7ec12 commit 401d672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ on:
env:
# Docker image version, see https://hub.docker.com/r/burnysc2/python-sc2-docker/tags
# This version should always lack behind one version behind the docker-ci.yml because it is possible that it doesn't exist
VERSION_NUMBER: '1.0.1'
LATEST_PYTHON_VERSION: '3.10'
VERSION_NUMBER: '1.0.2'
LATEST_PYTHON_VERSION: '3.11'
LATEST_SC2_VERSION: '4.10'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- develop

env:
VERSION_NUMBER: '1.0.2'
VERSION_NUMBER: '1.0.3'
LATEST_PYTHON_VERSION: '3.11'
LATEST_SC2_VERSION: '4.10'
EXPERIMENTAL_PYTHON_VERSION: '3.12'
Expand Down

0 comments on commit 401d672

Please sign in to comment.