We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7ea8c commit bcba907Copy full SHA for bcba907
Containerfile
@@ -2,7 +2,7 @@ LABEL maintainer "Akashdeep Dhar <[email protected]>"
2
3
# Builder image
4
5
-FROM registry.fedoraproject.org/fedora-minimal:42 AS builder
+FROM registry.fedoraproject.org/fedora-minimal:43 AS builder
6
7
RUN dnf update --assumeyes && dnf install wget createrepo_c-devel gcc tar gzip golang git --assumeyes --setopt=install_weak_deps=False && dnf clean all
8
@@ -16,7 +16,7 @@ RUN go mod download && go build -o meta
16
17
# Runtime image
18
19
-FROM registry.fedoraproject.org/fedora-minimal:42 as runtime
+FROM registry.fedoraproject.org/fedora-minimal:43 as runtime
20
21
RUN dnf update --assumeyes && dnf install createrepo_c-devel --assumeyes --setopt=install_weak_deps=False && dnf clean all && mkdir --parents /db
22
0 commit comments