Skip to content

Commit

Permalink
chore(deps): update python:3.12-alpine3.20 docker digest to 07adc47
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent 46d557f commit 80c50fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile.lambda
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG POETRY_VERSION="1.7.1"
ARG POETRY_VIRTUALENVS_CREATE="false"

# Build image
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98 as base
FROM python:3.12-alpine3.20@sha256:07adc477a2ef204adbedc08f4493098748db83c6ff384788c0607b05d5a566ab as base

ARG APP_DIR
ARG APP_VENV
Expand Down Expand Up @@ -68,7 +68,7 @@ RUN . ${APP_VENV}/bin/activate \
&& make generate-version-file

# Final image
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98 as lambda
FROM python:3.12-alpine3.20@sha256:07adc477a2ef204adbedc08f4493098748db83c6ff384788c0607b05d5a566ab as lambda

ARG APP_DIR
ARG APP_VENV
Expand Down
2 changes: 1 addition & 1 deletion ci/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12-alpine3.20@sha256:5049c050bdc68575a10bcb1885baa0689b6c15152d8a56a7e399fb49f783bf98
FROM python:3.12-alpine3.20@sha256:07adc477a2ef204adbedc08f4493098748db83c6ff384788c0607b05d5a566ab

ENV PYTHONDONTWRITEBYTECODE 1

Expand Down

0 comments on commit 80c50fe

Please sign in to comment.