Skip to content

Commit 062310f

Browse files
committed
Switch to Debian Bookworm
1 parent 6e2d882 commit 062310f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: Dockerfile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/tiredofit/debian:bullseye as builder
1+
FROM docker.io/tiredofit/debian:bookworm as builder
22
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
33
LABEL org.opencontainers.image.source="https://github.com/tiredofit/docker-collabora-online"
44

@@ -33,11 +33,10 @@ COPY build-assets /build-assets
3333

3434
RUN source /assets/functions/00-container && \
3535
set -x && \
36-
package update && \
37-
apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
3836
echo "deb-src http://deb.debian.org/debian $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') main" >> /etc/apt/sources.list && \
3937
echo "deb http://deb.debian.org/debian $(cat /etc/os-release |grep "VERSION=" | awk 'NR>1{print $1}' RS='(' FS=')') contrib" >> /etc/apt/sources.list && \
40-
curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
38+
package update && \
39+
apt-get -o Dpkg::Options::="--force-confold" upgrade -y && \
4140
\
4241
### Setup Distribution
4342
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections && \
@@ -77,6 +76,7 @@ RUN source /assets/functions/00-container && \
7776
m4 \
7877
nasm \
7978
nodejs \
79+
npm \
8080
openssl \
8181
pkg-config \
8282
procps \
@@ -180,7 +180,7 @@ RUN source /assets/functions/00-container && \
180180
/usr/src/* \
181181
/var/log/*
182182

183-
FROM docker.io/tiredofit/debian:bullseye
183+
FROM docker.io/tiredofit/debian:bookworm
184184
LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)"
185185
LABEL org.opencontainers.image.source="https://github.com/tiredofit/docker-collabora-online"
186186

0 commit comments

Comments
 (0)