Skip to content

Commit 03afa79

Browse files
committed
Upgrade base image versions (jammy --> noble; bookwork --> trixie)
1 parent e35bb85 commit 03afa79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Base Image, now with Python!
22

33
ARG PYTHON_VERSION=3.13.9
4-
ARG UBUNTU_VERSION=jammy
4+
ARG UBUNTU_VERSION=noble
55

6-
FROM python:${PYTHON_VERSION}-bookworm AS python-builder
6+
FROM python:${PYTHON_VERSION}-trixie AS python-builder
77

88
FROM ghcr.io/minchinweb/base:${UBUNTU_VERSION}
99

0 commit comments

Comments
 (0)