Podmanfiles/fedora/update.sh
2023-07-02 00:19:38 +02:00

5 lines
No EOL
241 B
Bash
Executable file

#!/bin/sh
podman build -t andersrh/fedora/base-gui --no-cache -f update.Dockerfile
podman tag localhost/andersrh/fedora/base-gui:latest localhost/andersrh/fedora/base-gui:38
# podman build -t andersrh/fedora-toolbox/gui -f gui.Dockerfile .