Skip to content

Commit

Permalink
deps: bump python version in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Feb 28, 2023
1 parent ea4a488 commit 86a871e
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.9
ENV PYTHON_VERSION=3.10
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.9
ENV PYTHON_VERSION=3.10
WORKDIR $DOCKER_WORKDIR

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

0 comments on commit 86a871e

Please sign in to comment.