mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-21 23:13:36 +00:00
dockerfile: use 23.10 base image
This commit is contained in:
parent
ce9f1a91f7
commit
412e62e61e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# syntax=docker/dockerfile:1.3
|
||||
ARG UBUNTU_RELEASE=23.04
|
||||
ARG UBUNTU_RELEASE=23.10
|
||||
ARG USER=ubuntu UID=101 GROUP=ubuntu GID=101
|
||||
|
||||
### BOILERPLATE BEGIN ###
|
||||
|
|
Loading…
Reference in a new issue