Skip to content

Commit

Permalink
Use 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Jan 17, 2024
1 parent b16189a commit 313a85f
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 @@
# Build the virtualenv for Kapitan
FROM python:3.10-slim AS python-builder
FROM python:3.11-slim AS python-builder
ARG TARGETARCH
ENV TARGETARCH=${TARGETARCH:-amd64}

Expand Down Expand Up @@ -44,7 +44,7 @@ RUN pip install --editable .[test] \


# Final image with virtualenv built in previous step
FROM python:3.10-slim
FROM python:3.11-slim

ENV PATH="/opt/venv/bin:${PATH}"
ENV HELM_CACHE_HOME=".cache/helm"
Expand Down

0 comments on commit 313a85f

Please sign in to comment.