This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch release-v1.0
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/release-v1.0 by this push:
     new afe0f6e91 Release v1.0 bookworm (#8270)
afe0f6e91 is described below

commit afe0f6e9170a31850de17f0f1e3bf00a76a60f4e
Author: Wil Koetsier <[email protected]>
AuthorDate: Mon Jan 20 09:16:30 2025 +0100

    Release v1.0 bookworm (#8270)
    
    * chore(notice): update year to 2025
    
    * chore(backend): Update debian bullseye to bookworm
---
 NOTICE             | 2 +-
 backend/Dockerfile | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NOTICE b/NOTICE
index a39b53446..56815530e 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache DevLake (incubating)
-Copyright 2022-2024 The Apache Software Foundation
+Copyright 2022-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).
diff --git a/backend/Dockerfile b/backend/Dockerfile
index c0631066f..c93b30c6a 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -23,15 +23,15 @@
 #While incubation status is not necessarily a reflection of the completeness 
or stability of the code,
 #it does indicate that the project has yet to be fully endorsed by the ASF.
 
-FROM --platform=linux/amd64 debian:bullseye as debian-amd64
+FROM --platform=linux/amd64 debian:bookworm as debian-amd64
 RUN apt-get update
 RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev
 
-FROM --platform=linux/arm64 debian:bullseye as debian-arm64
+FROM --platform=linux/arm64 debian:bookworm as debian-arm64
 RUN apt-get update
 RUN apt-get install -y libssh2-1-dev libssl-dev zlib1g-dev
 
-FROM --platform=$BUILDPLATFORM golang:1.20.4-bullseye as builder
+FROM --platform=$BUILDPLATFORM golang:1.20.5-bookworm as builder
 
 # docker build --build-arg GOPROXY=https://goproxy.io,direct -t mericodev/lake 
.
 ARG GOPROXY=
@@ -113,7 +113,7 @@ RUN cd /usr/local/deps/target/lib && \
     done
 
 
-FROM python:3.9-slim-bullseye as base
+FROM python:3.9-slim-bookworm as base
 
 RUN apt-get update && \
     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 && \

Reply via email to