upgrade fedora images to 39
This commit is contained in:
parent
d2a291deee
commit
83c9e304e4
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38
|
FROM registry.fedoraproject.org/fedora:39
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38
|
FROM registry.fedoraproject.org/fedora:39
|
||||||
|
|
||||||
ENV HISTSIZE=10000
|
ENV HISTSIZE=10000
|
||||||
ENV HISTTIMEFORMAT="%d/%m/%y %T "
|
ENV HISTTIMEFORMAT="%d/%m/%y %T "
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38
|
FROM registry.fedoraproject.org/fedora:39
|
||||||
|
|
||||||
ENV PKGS_GENERAL="htop \
|
ENV PKGS_GENERAL="htop \
|
||||||
btop \
|
btop \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38
|
FROM registry.fedoraproject.org/fedora:rawhide
|
||||||
|
|
||||||
RUN dnf clean all && \
|
RUN dnf clean all && \
|
||||||
dnf install -y tor nyx util-linux && \
|
dnf install -y tor nyx util-linux && \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM registry.fedoraproject.org/fedora:38
|
FROM registry.fedoraproject.org/fedora:39
|
||||||
|
|
||||||
|
|
||||||
ENV PKGS="\
|
ENV PKGS="\
|
||||||
|
|
Loading…
Reference in a new issue