Skip to content

Commit 2000d1b

Browse files
committed
Update dockerfiles for bookworm.
Signed-off-by: Timothy Rule (VM/EMT3) <Timothy.Rule@de.bosch.com>
1 parent e60dc26 commit 2000d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/tools/network/build/package/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Python nuitka Builder
77
# =====================
8-
FROM python:3.8.12-slim-bookworm as nuitka
8+
FROM python:3.11-slim-bookworm AS nuitka
99

1010
ARG CCACHE_VERSION=4.6.1
1111
ARG CCACHE_SECONDARY_STORAGE
@@ -75,7 +75,7 @@ RUN set -eux; \
7575

7676
# Network Builder
7777
# ===============
78-
FROM golang:bookworm as network
78+
FROM golang:bookworm AS network
7979
ADD . /src
8080
RUN cd /src && make build
8181

0 commit comments

Comments
 (0)