Updated Docker base image to Ubuntu 24.10.

Thanks to Ubuntu developers !
This commit is contained in:
Lauri Ojansivu 2024-11-15 23:33:18 +02:00
parent 6e0d41834c
commit 7a34bc3eb0

View file

@ -1,7 +1,7 @@
FROM ubuntu:24.04 FROM ubuntu:24.10
LABEL maintainer="wekan" LABEL maintainer="wekan"
LABEL org.opencontainers.image.ref.name="ubuntu" LABEL org.opencontainers.image.ref.name="ubuntu"
LABEL org.opencontainers.image.version="24.04" LABEL org.opencontainers.image.version="24.10"
LABEL org.opencontainers.image.source="https://github.com/wekan/wekan" LABEL org.opencontainers.image.source="https://github.com/wekan/wekan"
# 2022-04-25: # 2022-04-25: