Skip to content

Commit 2a3a88f

Browse files
Bump python image
1 parent f709787 commit 2a3a88f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

devops/tilt/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1
2-
FROM python:3.10.9-slim-buster
1+
# syntax=docker/dockerfile:1.5
2+
FROM python:3.10.10-slim-buster
33

44
ENV PYTHONDONTWRITEBYTECODE=1
55
ENV PYTHONUNBUFFERED=1

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
app:
55
container_name: hello-cont
66
platform: linux/amd64 # linux/amd64 / linux/arm64/v8
7-
image: python:3.10.9-slim-bullseye
7+
image: python:3.10.10-slim-bullseye
88
# tty: fals # false for `entrypoint` in Dockerfile
99
# stdin_open: false # false for `entrypoint` in Dockerfile
1010
build:

webdev/django/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# syntax=docker/dockerfile:1
2-
FROM python:3.10.9-slim-bullseye
1+
# syntax=docker/dockerfile:1.5
2+
FROM python:3.10.10-slim-bullseye
33
ENV PYTHONDONTWRITEBYTECODE=1
44
ENV PYTHONUNBUFFERED=1
55
WORKDIR /app

0 commit comments

Comments
 (0)