Skip to content

Commit

Permalink
chore(deps): update python:3.12-alpine3.20 docker digest to b68c95a
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 7, 2025
1 parent c89bbb4 commit b184ce5
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:b68c95ab3d30d411edf1cae069e4c5013a8caa60c7911b80dae7453a4c0f813f 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:b68c95ab3d30d411edf1cae069e4c5013a8caa60c7911b80dae7453a4c0f813f 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:b68c95ab3d30d411edf1cae069e4c5013a8caa60c7911b80dae7453a4c0f813f

ENV PYTHONDONTWRITEBYTECODE 1

Expand Down

0 comments on commit b184ce5

Please sign in to comment.