Skip to content

Commit

Permalink
chore(python): update python docker tag to v3.11.5 (#1684)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent ea94ad3 commit a310e2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.4
3.11.5
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 python:3.11.4-slim AS build
FROM --platform=linux/amd64 python:3.11.5-slim AS build

ARG COMMIT_HASH

Expand All @@ -17,7 +17,7 @@ COPY locale locale/
RUN pybabel compile -D pdf_bot -d locale \
&& find locale -type f -name '*.po' -delete

FROM --platform=linux/amd64 python:3.11.4-slim AS deploy
FROM --platform=linux/amd64 python:3.11.5-slim AS deploy

ARG COMMIT_HASH
ENV SENTRY_RELEASE $COMMIT_HASH
Expand Down

0 comments on commit a310e2f

Please sign in to comment.