Skip to content

Commit

Permalink
downgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tb102122 committed May 21, 2024
1 parent 5d337e6 commit 80ae8e7
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
@@ -1,7 +1,7 @@
FROM python:3.12-alpine AS builder

# build AWS CLI
ARG AWSCLI_VERSION=2.15.49
ARG AWSCLI_VERSION=2.15.39
RUN python -m pip install --upgrade pip
RUN apk update && apk add --no-cache \
curl \
Expand Down

0 comments on commit 80ae8e7

Please sign in to comment.