Skip to content

Commit

Permalink
Merge pull request #25 from tb102122/new_versions
Browse files Browse the repository at this point in the history
upgrade image and versions
  • Loading branch information
tb102122 authored Dec 3, 2024
2 parents 4c6148e + 4de7295 commit 47f46ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.11.9-alpine3.19 AS builder
FROM python:3.11.10-alpine3.19 AS builder
# pin version due to https://github.com/aws/aws-cli/issues/8698
# build AWS CLI
ARG AWSCLI_VERSION=2.15.59
ARG AWSCLI_VERSION=2.22.8
RUN python -m pip install --upgrade pip
RUN apk update && apk add --no-cache \
curl \
Expand All @@ -27,7 +27,7 @@ RUN find /opt/aws-cli/lib/aws-cli -name completions-1*.json -delete
RUN find /opt/aws-cli/lib/aws-cli -name examples-1.json -delete

# build layer with Docker and Terraform
FROM registry.gitlab.com/gitlab-org/terraform-images/stable:latest
FROM registry.gitlab.com/noemix/shared-resources/terraform-images/stable:latest
COPY --from=builder /opt/aws-cli/ /opt/aws-cli/
COPY --from=builder --chown=0:0 /usr/local/lib/ /usr/local/lib/
ENV PATH="/opt/aws-cli/bin:${PATH}"
Expand Down

0 comments on commit 47f46ae

Please sign in to comment.