Skip to content

Commit dd95c0b

Browse files
committed
match case in Dockerfile
[ci skip]
1 parent 89a43e8 commit dd95c0b

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
@@ -3,7 +3,7 @@
33
ARG PYTHON_VERSION=3.12.7
44
ARG UBUNTU_VERSION=jammy
55

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

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

0 commit comments

Comments
 (0)