Skip to content

Commit 0729cdc

Browse files
authored
Merge pull request #1 from one-zero-eight/dependabot/docker/python-3.13-slim-bullseye
Bump python from 3.12-slim-bullseye to 3.13-slim-bullseye
2 parents afcc416 + bc4bdee commit 0729cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###########################################################
44
# Base Python image. Set shared environment variables.
5-
FROM python:3.12-slim-bullseye AS base
5+
FROM python:3.13-slim-bullseye AS base
66
ENV PYTHONUNBUFFERED=1 \
77
PYTHONDONTWRITEBYTECODE=1 \
88
PIP_NO_CACHE_DIR=off \

0 commit comments

Comments
 (0)