Skip to content

Commit

Permalink
chore(support): bump AWS CLI version in Alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev committed Jun 4, 2024
1 parent dc92ada commit 64111a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ WORKDIR /project
# 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@9ae901a61e6b27804ef9f48481a0e59093dc2e7222fed6a528125c30a9e10214 AS aws-builder

ENV AWSCLI_VERSION=2.13.15
ENV AWSCLI_SHA256="ac63e8f42c7f8775edccdc004921420159420de9185cf011952dba8fda5895ff"
ENV AWSCLI_VERSION=2.16.0
ENV AWSCLI_SHA256="f6e15071a4327e57f0aa2b8f52a35b1378528b72cb68a586302ae7ae97087d05"

RUN apk add --no-cache \
wget \
Expand Down

0 comments on commit 64111a7

Please sign in to comment.