Skip to content

Commit

Permalink
chore(support): stick to concrete Python 3.11 in Alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 4, 2024
1 parent 013297b commit 0bd610d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ RUN GARDEN_DISABLE_ANALYTICS=true GARDEN_DISABLE_VERSION_CHECK=true garden util

WORKDIR /project

FROM python:3.11-alpine@sha256:e5d592c422d6e527cb946ae6abb1886c511a5e163d3543865f5a5b9b61c01584 AS aws-builder
# Apline-3.20 seems to have some issues, see https://github.com/aws/aws-cli/issues/8698#issuecomment-2135662844
FROM python:3.11.9-alpine@sha256:7be82a64e41a872ff2f7c0584fb3e8cb0036f081faa0b73e73ab083344ae5213 AS aws-builder

ENV AWSCLI_VERSION=2.13.15
ENV AWSCLI_SHA256="ac63e8f42c7f8775edccdc004921420159420de9185cf011952dba8fda5895ff"
Expand Down

0 comments on commit 0bd610d

Please sign in to comment.