Skip to content

Commit 40ec132

Browse files
authored
Update debian bullseye to bookworm (#8264)
* chore(backend): Update debian bullseye to bookworm this also means going from golang 1.20.4 to 1.20.5 * chore(notice): Update to 2025
1 parent 31dacd8 commit 40ec132

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
#While incubation status is not necessarily a reflection of the completeness or stability of the code,
2424
#it does indicate that the project has yet to be fully endorsed by the ASF.
2525

26-
FROM --platform=linux/amd64 debian:bullseye as debian-amd64
26+
FROM --platform=linux/amd64 debian:bookworm as debian-amd64
2727
RUN apt-get update
2828
RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev
2929

30-
FROM --platform=linux/arm64 debian:bullseye as debian-arm64
30+
FROM --platform=linux/arm64 debian:bookworm as debian-arm64
3131
RUN apt-get update
3232
RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev
3333

34-
FROM --platform=$BUILDPLATFORM golang:1.20.4-bullseye as builder
34+
FROM --platform=$BUILDPLATFORM golang:1.20.5-bookworm as builder
3535

3636
# docker build --build-arg GOPROXY=https://goproxy.io,direct -t mericodev/lake .
3737
ARG GOPROXY=
@@ -113,7 +113,7 @@ RUN cd /usr/local/deps/target/lib && \
113113
done
114114

115115

116-
FROM python:3.9-slim-bullseye as base
116+
FROM python:3.9-slim-bookworm as base
117117

118118
RUN apt-get update && \
119119
apt-get install -y python3-dev python3-pip tar pkg-config curl libssh2-1 zlib1g libffi-dev default-libmysqlclient-dev libpq-dev tini git openssh-client corkscrew && \

0 commit comments

Comments
 (0)