mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Update Ubuntu Docker container
This commit is contained in:
parent
0d8db25c3c
commit
16cf91f669
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue