1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Upgrade base image to 42

This commit is contained in:
Jason Nagin 2025-10-05 19:20:41 -04:00 committed by GitHub
parent 33d0e5a5c2
commit 85d2f1592b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
FROM fedora:40 FROM fedora:42
ARG VERSION=39 ARG VERSION=42
ENV ARCH="x86_64" ENV ARCH="x86_64"
ENV IMAGE_NAME="base" ENV IMAGE_NAME="base"