version upgrades, toolbox WIP

This commit is contained in:
Maciej Lebiest 2023-04-23 20:20:41 +02:00
parent 12419e71e2
commit 9e56434b0b
7 changed files with 80 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:37 as builder
FROM registry.fedoraproject.org/fedora:38 as builder
WORKDIR /
@ -9,7 +9,7 @@ RUN dnf clean all && \
cargo build --release
FROM registry.fedoraproject.org/fedora-minimal:37
FROM registry.fedoraproject.org/fedora-minimal:38
WORKDIR /
COPY --from=builder /rathole/target/release/rathole .
USER 1852:1852