Update Ubuntu und Nginx Unit

This commit is contained in:
Tobias Genannt
2023-05-11 08:09:56 +02:00
parent 2037e42e45
commit 23d5865e3d
4 changed files with 10 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ DOCKERFILE The name of Dockerfile to use.
${_GREEN}Default:${_CLEAR} Dockerfile
DOCKER_FROM The base image to use.
${_GREEN}Default:${_CLEAR} 'ubuntu:22.04'
${_GREEN}Default:${_CLEAR} 'ubuntu:23.04'
BUILDX_PLATFORMS
Specifies the platform(s) to build the image for.
@@ -219,7 +219,7 @@ fi
# Determining the value for DOCKER_FROM
###
if [ -z "$DOCKER_FROM" ]; then
DOCKER_FROM="docker.io/ubuntu:22.04"
DOCKER_FROM="docker.io/ubuntu:23.04"
fi
###