dockerfile: use 23.10 base image

This commit is contained in:
liushuyu 2024-01-06 23:32:32 -07:00
parent ce9f1a91f7
commit 412e62e61e
No known key found for this signature in database
GPG key ID: 23D1CE4534419437

View file

@ -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 ###