Skip to content

Commit

Permalink
ci: update docker python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 17, 2023
1 parent 9164756 commit 8a8b932
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/stac-utils/stactools:$STACTOOLS_VERSION

ARG DOCKER_NAMESPACE_PACKAGE_DIR
ARG DOCKER_WORKDIR
ENV PYTHON_VERSION=3.10
ENV PYTHON_VERSION=3.11
WORKDIR $DOCKER_WORKDIR

# For caching purposes, install dependencies but remove the actual package
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/stac-utils/stactools:${STACTOOLS_VERSION}-dev

ARG DOCKER_NAMESPACE_PACKAGE_DIR
ARG DOCKER_WORKDIR
ENV PYTHON_VERSION=3.10
ENV PYTHON_VERSION=3.11
WORKDIR $DOCKER_WORKDIR

RUN apt-get -y -q update \
Expand Down

0 comments on commit 8a8b932

Please sign in to comment.