From 16cf91f669da1cd73ccfe6e3c2f2b222ffce3190 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Sun, 29 Sep 2024 23:06:26 +0300 Subject: [PATCH] Update Ubuntu Docker container --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6480c85c..a9f49ca5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG BUILD_PATH=/tmp/cloud-game ARG VERSION=master # base build stage -FROM ubuntu:lunar AS build0 +FROM ubuntu:noble AS build0 ARG GO=1.23.0 ARG GO_DIST=go${GO}.linux-amd64.tar.gz @@ -73,7 +73,7 @@ COPY --from=build_coordinator /usr/local/share/cloud-game /cloud-game # autocertbot (SSL) requires these on the first run COPY --from=build_coordinator /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ -FROM ubuntu:lunar AS worker +FROM ubuntu:noble AS worker RUN apt-get -q update && apt-get -q install --no-install-recommends -y \ curl \