2 Commits

Author SHA1 Message Date
jcabillot e40437ad8f Merge pull request 'chore(deps): update dependency awscli to v1.45.41' (#22) from renovate/awscli-1.x into master
Main Release / hadolint (push) Successful in 6s
Main Release / test (push) Successful in 46s
Main Release / build (push) Successful in 12s
Main Release / tag (push) Successful in 38s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 41s
Tag Release / build-push (push) Successful in 1m19s
Reviewed-on: #22
2026-07-09 08:06:29 -04:00
renovate 7848d0c8b4 chore(deps): update dependency awscli to v1.45.41
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 10s
PR Checks / build-test (pull_request) Successful in 44s
2026-07-08 20:01:14 +00:00
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.14-alpine FROM python:3.14-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>" LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.45.40 ARG CLI_VERSION=1.45.41
# hadolint ignore=DL3018,DL3013 # hadolint ignore=DL3018,DL3013
RUN apk --no-cache upgrade && \ RUN apk --no-cache upgrade && \