fixes to imagen
This commit is contained in:
@@ -9,14 +9,12 @@ ARG TARGETARCH
|
||||
ARG FROM_IMAGE
|
||||
ARG FROM_TAG
|
||||
|
||||
# > Our custom ARGs
|
||||
# latest Node.js LTS versions
|
||||
ARG NODE_VERSION="20 24"
|
||||
ARG DISTRO=ubuntu
|
||||
ARG TYPE=act
|
||||
ARG RUNNER
|
||||
|
||||
# > Force apt to not be interactive/not ask
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
SHELL [ "/bin/bash", "--login", "-e", "-o", "pipefail", "-c" ]
|
||||
|
||||
Reference in New Issue
Block a user