Skip to content

Commit

Permalink
Update python Docker tag to v3.10.15 (#8296)
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 Nov 18, 2024
1 parent dfa4b04 commit 5a4daf0
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 @@ -12,7 +12,7 @@ RUN yarn build


## Backend stage
FROM python:3.10.13-slim-bullseye
FROM python:3.10.15-slim-bullseye

WORKDIR /app

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.10.13-bullseye
FROM python:3.10.15-bullseye

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

0 comments on commit 5a4daf0

Please sign in to comment.