Skip to content

Commit 318bb59

Browse files
authored
chore(deps): update python docker tag to v3.12 (#1319)
1 parent cc5797c commit 318bb59

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

python/cloud-run-django-hello-world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python image to use.
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/cloud-run-python-hello-world/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python image to use.
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/django/python-guestbook/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use base Python image from Docker Hub
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/django/python-hello-world/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python image to use.
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/python-guestbook/src/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use base Python image from Docker Hub
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/python-guestbook/src/frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use base Python image from Docker Hub
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

python/python-hello-world/src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Python image to use.
2-
FROM python:3.11-alpine
2+
FROM python:3.12-alpine
33

44
# Set the working directory to /app
55
WORKDIR /app

0 commit comments

Comments
 (0)