Skip to content

Commit 8b2e6d2

Browse files
authored
Update os_desktop.Containerfile
1 parent 7077a17 commit 8b2e6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os_desktop.Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_REPO=quay.io/fedora/fedora-silverblue
2-
ARG BASE_TAG=40
2+
ARG BASE_TAG=41
33
FROM ${BASE_REPO}:${BASE_TAG}
44

55
ARG TOOLBOX_IMAGE=quay.io/aleskandrox/fedora:toolbox
@@ -74,4 +74,4 @@ RUN set -x; update-crypto-policies --set legacy --no-reload \
7474
&& echo "image = \"${TOOLBOX_IMAGE}\"" >> /etc/containers/toolbox.conf \
7575
&& ostree container commit
7676

77-
LABEL quay.expires-after=30d
77+
LABEL quay.expires-after=30d

0 commit comments

Comments
 (0)