Skip to content

Commit

Permalink
attempted to bump version to python 311 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesstottmoj committed Feb 15, 2024
1 parent 8ced4cd commit 053e465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN ./node_modules/.bin/sass --load-path=node_modules/ --style=compressed src/ap
WORKDIR /src
RUN /node_modules/.bin/jest

FROM 593291632749.dkr.ecr.eu-west-1.amazonaws.com/python:3.9-slim-buster AS base
FROM 593291632749.dkr.ecr.eu-west-1.amazonaws.com/python:3.11-slim-buster AS base

ARG HELM_VERSION=3.5.4
ARG HELM_TARBALL=helm-v${HELM_VERSION}-linux-amd64.tar.gz
Expand Down

0 comments on commit 053e465

Please sign in to comment.