Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.13 (#260)
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 13, 2024
1 parent 24213c3 commit 23af3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpc-sample/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

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

# Copy local code to the container image.
ENV APP_HOME /app
Expand Down

0 comments on commit 23af3d0

Please sign in to comment.