Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino authored Jul 27, 2023
1 parent d46610f commit d0e4251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
###############################################################################
FROM alpine:3.18.2 AS BUILD

ARG AWS_CLI_VERSION=2.9.16 # renovate: datasource=github-tags depName=aws/aws-cli
# renovate: datasource=github-tags depName=aws/aws-cli extractVersion=(?<version>.*)$
ARG AWS_CLI_VERSION=2.9.16

# Install dependencies
RUN apk add --no-cache --update git build-base libffi-dev cmake python3 py3-pip python3-dev gcompat
Expand Down

0 comments on commit d0e4251

Please sign in to comment.