Skip to content

Commit

Permalink
Update python Docker tag to v3.9.18
Browse files Browse the repository at this point in the history
Use Debian bullseye to be able to pull the packages, else error message
'NO_PUBKEY' shown for fetching from Debian Bookworm.
  • Loading branch information
renovate[bot] authored and Archaeopteryx committed Sep 1, 2023
1 parent 4909b4b commit 1b0aa25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN yarn build


## Backend stage
FROM python:3.9.16-slim
FROM python:3.9.18-slim-bullseye

# libmysqlclient-dev is required for the mysqlclient Python package.
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion docker/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9.16
FROM python:3.9.18-bullseye

# Variables that are not specific to a particular environment.
ENV NEW_RELIC_CONFIG_FILE newrelic.ini
Expand Down

0 comments on commit 1b0aa25

Please sign in to comment.