Skip to content

Commit bcba907

Browse files
chore(deps): update registry.fedoraproject.org/fedora-minimal docker tag to v43
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe7ea8c commit bcba907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ LABEL maintainer "Akashdeep Dhar <[email protected]>"
22

33
# Builder image
44

5-
FROM registry.fedoraproject.org/fedora-minimal:42 AS builder
5+
FROM registry.fedoraproject.org/fedora-minimal:43 AS builder
66

77
RUN dnf update --assumeyes && dnf install wget createrepo_c-devel gcc tar gzip golang git --assumeyes --setopt=install_weak_deps=False && dnf clean all
88

@@ -16,7 +16,7 @@ RUN go mod download && go build -o meta
1616

1717
# Runtime image
1818

19-
FROM registry.fedoraproject.org/fedora-minimal:42 as runtime
19+
FROM registry.fedoraproject.org/fedora-minimal:43 as runtime
2020

2121
RUN dnf update --assumeyes && dnf install createrepo_c-devel --assumeyes --setopt=install_weak_deps=False && dnf clean all && mkdir --parents /db
2222

0 commit comments

Comments
 (0)