Update F37 to F40
Fedora 37 has been EOL for some time. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
a96f1b6d31
commit
666baff944
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:37
|
||||
FROM fedora:40
|
||||
|
||||
RUN dnf -y install \
|
||||
openssl
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:37 AS builder
|
||||
FROM fedora:40 AS builder
|
||||
ENV GOBIN=/opt/app-root/src/go/bin
|
||||
# extra packages are needed
|
||||
# to compile osbuild
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue