Skip to content

Commit f175e9b

Browse files
chore(deps): update python:3.12 docker digest to 1cb6108
1 parent 327e8c9 commit f175e9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/integration/components/pythongrpc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN pip install fastapi uvicorn grpcio grpcio_tools
55
COPY main.py /main.py

test/integration/components/pythongrpc/Dockerfile_srv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 50051
44
RUN pip install grpcio grpcio_tools
55
COPY route_guide_server.py /route_guide_server.py

test/integration/components/pythonmongo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN pip install fastapi uvicorn pymongo
55
COPY main.py /main.py

test/integration/components/pythonredis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN pip install fastapi uvicorn redis
55
COPY main.py /main.py

test/integration/components/pythonsql/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN apt update
55
RUN apt install -y libpq-dev

test/integration/components/pythonsql/Dockerfile_mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN apt update
55
RUN pip install fastapi uvicorn mysql-connector-python

test/integration/components/pythonsql/Dockerfile_ssl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dockerfile that will build a container that runs python with FastAPI and uvicorn on port 8080
2-
FROM python:3.12@sha256:a5bbd10dc5f2d6e965e101eef58f2f15cc3be5802cad7a12897aa443839c4943
2+
FROM python:3.12@sha256:1cb6108b64a4caf2a862499bf90dc65703a08101e8bfb346a18c9d12c0ed5b7e
33
EXPOSE 8080
44
RUN apt update
55
RUN apt install -y libpq-dev

0 commit comments

Comments
 (0)