Dockerfile: upgrade base image so it uses a compatible glibc

This commit is contained in:
Javi Fontan 2023-08-18 21:51:28 +02:00
parent 68e445220f
commit 9df8858cb5
No known key found for this signature in database
GPG Key ID: CC378C088E01FF94
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ COPY . .
RUN go build -tags cgosqlite -v ./server/cmd/glslsandbox
FROM debian:buster-slim
FROM debian:bookworm-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends ca-certificates && \