Autogenerated from git://github.com/vapor/template.git@0e4c9410455cb884beb7f66a21266d6ec91cd198

This commit is contained in:
Penny[bot] 2023-12-16 13:06:54 +00:00
parent f1f607a44a
commit 6fc6ec8baf

View File

@ -49,7 +49,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
# ================================
# Run image
# ================================
FROM ubuntu:latest
FROM ubuntu:jammy
# Make sure all system packages are up to date, and install only essential packages.
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \