Skip to content

Commit

Permalink
bump python version in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Greguska authored and Frank Greguska committed Mar 29, 2024
1 parent fb8fc78 commit 0510e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base container image used for both build and runtime
FROM python:3.9-slim AS base
FROM python:3.12-slim AS base

SHELL ["/bin/bash", "-c"]

Expand All @@ -15,7 +15,7 @@ FROM base as builder
# Disable pip version check and cache, set poetry version
ENV PIP_DISABLE_PIP_VERSION_CHECK=1 \
PIP_NO_CACHE_DIR=1 \
POETRY_VERSION=1.2.0
POETRY_VERSION=1.7.1

# Build code using poetry
RUN apt-get install -y --no-install-recommends gcc
Expand Down

0 comments on commit 0510e6e

Please sign in to comment.