Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Try to fix renovate not update AWS Cli
  • Loading branch information
jnonino authored Jul 27, 2023
1 parent d00720a commit ef51709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
###############################################################################
FROM alpine:3.18.2 AS BUILD

# renovate: datasource=github-tags depName=aws/aws-cli
ARG AWS_CLI_VERSION=2.9.16
ARG AWS_CLI_VERSION=2.9.16 # renovate: datasource=github-tags depName=aws/aws-cli

# 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 ef51709

Please sign in to comment.