🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
This commit is contained in:
casjay
2024-10-15 08:16:43 -04:00
parent 08e0935604
commit b903f66250
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ ARG IMAGE_VERSION="latest"
ARG CONTAINER_VERSION="USE_DATE"
ARG PULL_URL="ghcr.io/dockersrc/archlinux"
ARG DISTRO_VERSION="${IMAGE_VERSION}"
ARG DISTRO_VERSION="latest"
ARG BUILD_VERSION="${BUILD_DATE}"
FROM tianon/gosu:latest AS gosu