[add] use ygg 0.5.11

This commit is contained in:
oldnick85
2024-12-13 23:25:49 +03:00
parent 6cec00205a
commit cddaeaed0d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ARG UBUNTU_VERSION=24.04
FROM ubuntu:${UBUNTU_VERSION} as builder_yggdrasil
ARG YGGDRASIL_VERSION=v0.5.10
ARG YGGDRASIL_VERSION=v0.5.11
RUN DEBIAN_FRONTEND=noninteractive\
apt-get update &&\
apt-get -y upgrade