1
0
Fork 0

fix(build): correct base OS for GUI nginx image

This commit is contained in:
Sean Sube 2023-01-06 15:11:12 -06:00
parent 7f2371163e
commit 91c6f47d15
1 changed files with 2 additions and 2 deletions

View File

@ -122,8 +122,8 @@ package-gui-oci-nginx-bullseye:
extends: extends:
- .package-gui-oci - .package-gui-oci
variables: variables:
IMAGE_ARCH: nginx-buster IMAGE_ARCH: nginx-bullseye
IMAGE_FILE: Containerfile.nginx.buster IMAGE_FILE: Containerfile.nginx.bullseye
package-gui-oci-node-alpine: package-gui-oci-node-alpine:
extends: extends: