Skip to content

Commit

Permalink
Revert "revert python version for docker images" (#9687)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Apr 17, 2024
1 parent 5cb1279 commit fe28d9e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240227-142138.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: Dependencies
body: Bump python from 3.10.7-slim-nullseye to 3.11.2-slim-bullseye in /docker
time: 2024-02-27T14:21:38.394757-05:00
custom:
Author: michelleark
PR: "9687"
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# this image gets published to GHCR for production use
ARG py_version=3.10.7
ARG py_version=3.11.2

FROM python:$py_version-slim-bullseye as base

Expand Down

0 comments on commit fe28d9e

Please sign in to comment.