Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12 (#239)
Browse files Browse the repository at this point in the history
Co-authored-by: Katie McLaughlin <katie@glasnt.com>
  • Loading branch information
renovate-bot and glasnt authored Nov 17, 2023
1 parent 8839cfd commit c56a00f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python-example-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# Use the official lightweight Python image.
# https://hub.docker.com/_/python
FROM python:3.11-slim
FROM python:3.12-slim

# Allow statements and log messages to immediately appear in the Knative logs
ENV PYTHONUNBUFFERED True
Expand Down
2 changes: 1 addition & 1 deletion sql-private-pool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.11-slim
FROM python:3.12-slim

ENV PYTHONUNBUFFERED True

Expand Down
2 changes: 1 addition & 1 deletion sql-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.11-slim
FROM python:3.12-slim

ENV PYTHONUNBUFFERED True

Expand Down

0 comments on commit c56a00f

Please sign in to comment.