Skip to content

Commit 67bc923

Browse files
author
Nicholas West
committed
Move to bullseye-based Docker image (buster repos have been taken down - will likely need to move up to trixie soon)
1 parent 1ff79a2 commit 67bc923

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Start with a base Python 3.10 image from the Debian Buster distribution
2-
FROM python:3.10-buster AS base
2+
FROM python:3.10-bullseye AS base
33
ARG BRANCH_NAME
44

55
# Switch to the root user and set the working directory to /root

0 commit comments

Comments
 (0)