Skip to content

Commit

Permalink
fixed version and syntax err
Browse files Browse the repository at this point in the history
  • Loading branch information
frie321984 committed Aug 25, 2024
1 parent 72f0398 commit 4da193d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM fedora:latest
FROM fedora:40

LABEL org.opencontainers.image.source=https://github.com/frie321984/devbox
LABEL org.opencontainers.image.description="Image um auf jedem Rechner mit docker oder podman eine Entwicklungsumgebung zu haben"
LABEL org.opencontainers.image.licenses=Apache-2.0
LABEL org.opencontainers.image.authors="frie321984"
LABEL org.opencontainers.image.source https://github.com/frie321984/devbox
LABEL org.opencontainers.image.description "Image um auf jedem Rechner mit docker oder podman eine Entwicklungsumgebung zu haben"
LABEL org.opencontainers.image.licenses Apache-2.0
LABEL org.opencontainers.image.authors "frie321984"


# Installation of multiple layers - each RUN is cached separately
Expand Down

0 comments on commit 4da193d

Please sign in to comment.