File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
2727RUN apt-get update
2828RUN 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
3131RUN apt-get update
3232RUN 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 .
3737ARG 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
118118RUN 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 && \
You can’t perform that action at this time.
0 commit comments