Skip to content

Commit

Permalink
Merge pull request #123 from ByteInternet/bookworm-hypernode-deploy
Browse files Browse the repository at this point in the history
use bookworm for hypernode-deploy
  • Loading branch information
vdloo authored Dec 23, 2024
2 parents a8705f1 + eac5de0 commit b865cba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .distrobox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:10
FROM debian:12

ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
Expand Down
6 changes: 3 additions & 3 deletions ci/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bookworm

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

0 comments on commit b865cba

Please sign in to comment.