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 16cf91f commit 763f1e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ARG BUILD_PATH=/tmp/cloud-game
ARG VERSION=master

# base build stage
FROM ubuntu:noble AS build0
ARG GO=1.23.0
FROM ubuntu:oracular AS build0
ARG GO=1.23.1
ARG GO_DIST=go${GO}.linux-amd64.tar.gz

ADD https://go.dev/dl/$GO_DIST ./
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:noble AS worker
FROM ubuntu:oracular AS worker

RUN apt-get -q update && apt-get -q install --no-install-recommends -y \
curl \
Expand Down

0 comments on commit 763f1e5

Please sign in to comment.