We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7077a17 commit 8b2e6d2Copy full SHA for 8b2e6d2
os_desktop.Containerfile
@@ -1,5 +1,5 @@
1
ARG BASE_REPO=quay.io/fedora/fedora-silverblue
2
-ARG BASE_TAG=40
+ARG BASE_TAG=41
3
FROM ${BASE_REPO}:${BASE_TAG}
4
5
ARG TOOLBOX_IMAGE=quay.io/aleskandrox/fedora:toolbox
@@ -74,4 +74,4 @@ RUN set -x; update-crypto-policies --set legacy --no-reload \
74
&& echo "image = \"${TOOLBOX_IMAGE}\"" >> /etc/containers/toolbox.conf \
75
&& ostree container commit
76
77
-LABEL quay.expires-after=30d
+LABEL quay.expires-after=30d
0 commit comments