Skip to content

Commit b865cba

Browse files
authored
Merge pull request #123 from ByteInternet/bookworm-hypernode-deploy
use bookworm for hypernode-deploy
2 parents a8705f1 + eac5de0 commit b865cba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.distrobox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:10
1+
FROM debian:12
22

33
ENV LANG C.UTF-8
44
ENV LC_ALL C.UTF-8

ci/build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster
1+
FROM debian:bookworm
22

33
ARG NODE_VERSION
44
ARG PHP_VERSION
@@ -22,9 +22,9 @@ RUN apt-get update \
2222
gettext-base \
2323
&& rm -rf /var/lib/apt/lists/* \
2424
&& curl -sSL http://debian.hypernode.com/repo.key | apt-key add - \
25-
&& echo "deb http://debian.hypernode.com buster main hypernode" | tee /etc/apt/sources.list.d/hypernode.list \
25+
&& echo "deb http://debian.hypernode.com bookworm main hypernode" | tee /etc/apt/sources.list.d/hypernode.list \
2626
&& curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \
27-
&& echo "deb http://deb.nodesource.com/node_${NODE_VERSION}.x buster main" | tee /etc/apt/sources.list.d/nodesource.list \
27+
&& echo "deb http://deb.nodesource.com/node_${NODE_VERSION}.x bookworm main" | tee /etc/apt/sources.list.d/nodesource.list \
2828
&& echo \
2929
"Package: * \
3030
Pin origin deb.nodesource.com \

0 commit comments

Comments
 (0)