Skip to content

Commit

Permalink
Use slim-bullseye image instead of slim-buster only for debian, rever…
Browse files Browse the repository at this point in the history
…t for others.
  • Loading branch information
Petchesi-Iulian committed Jun 22, 2023
1 parent f2cf8dc commit a3551bf
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 5.2/5.2.10/python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7-slim-bullseye
FROM python:2.7-slim-buster

ENV PIP=20.3.4 \
ZC_BUILDOUT=2.13.8 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.10/python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-bullseye
FROM python:3.7-slim-buster

ENV PIP=22.2.2 \
ZC_BUILDOUT=2.13.8 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.11/python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7-slim-bullseye
FROM python:2.7-slim-buster

ENV PIP=20.3.4 \
ZC_BUILDOUT=2.13.8 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.11/python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-bullseye
FROM python:3.7-slim-buster

ENV PIP=22.2.2 \
ZC_BUILDOUT=3.0.1 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.12/python2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:2.7-slim-bullseye
FROM python:2.7-slim-buster

ENV PIP=20.3.4 \
ZC_BUILDOUT=2.13.8 \
Expand Down
2 changes: 1 addition & 1 deletion 5.2/5.2.12/python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-bullseye
FROM python:3.7-slim-buster

ENV PIP=22.2.2 \
ZC_BUILDOUT=3.0.1 \
Expand Down

0 comments on commit a3551bf

Please sign in to comment.