Author SHA1 Message Date
opencodecabilloteu 1ce24ccf0e Merge pull request 'chore(deps): update dependency awscli to v1.45.63' (#41) from renovate/awscli-1.x into master
Main Release / hadolint (push) Successful in 23s
Renovate / renovate (push) Successful in 1m23s
Main Release / test (push) Successful in 1m41s
Main Release / build (push) Successful in 1m10s
Main Release / tag (push) Successful in 26s
Tag Release / hadolint (push) Successful in 15s
Tag Release / test (push) Successful in 1m15s
Tag Release / build-push (push) Successful in 2m1s
2026-08-05 16:30:43 -04:00
renovate 4a86727e96 chore(deps): update dependency awscli to v1.45.63
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 18s
PR Checks / build-test (pull_request) Successful in 1m32s
2026-08-05 20:02:27 +00:00
jcabillot 8d27c63785 Merge pull request 'ci: add Renovate workflow' (#40) from add-renovate-workflow into master
Main Release / test (push) Successful in 3m53s
Main Release / hadolint (push) Successful in 40s
Renovate / renovate (push) Successful in 9m5s
Main Release / build (push) Successful in 1m2s
Main Release / tag (push) Successful in 1m47s
Tag Release / test (push) Successful in 1m1s
Tag Release / build-push (push) Successful in 6m21s
Tag Release / hadolint (push) Failing after 13m29s
Reviewed-on: #40
2026-08-03 16:16:37 -04:00
+1 -1
View File
@@ -1,7 +1,7 @@
FROM python:3.14-alpine
LABEL maintainer="Julien Cabillot <dockerimages@cabillot.eu>"
ARG CLI_VERSION=1.45.62
ARG CLI_VERSION=1.45.63
# hadolint ignore=DL3018,DL3013
RUN apk --no-cache upgrade && \