Skip to content

Commit

Permalink
Update Ubuntu Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Sep 29, 2024
1 parent 0d8db25 commit 16cf91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 16cf91f

Please sign in to comment.