File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
44ENV PYTHONDONTWRITEBYTECODE=1
55ENV PYTHONUNBUFFERED=1
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
33ENV PYTHONDONTWRITEBYTECODE=1
44ENV PYTHONUNBUFFERED=1
55WORKDIR /app
You can’t perform that action at this time.
0 commit comments