newer docker version fails to build due to incorrect case (#3341)

This commit is contained in:
Prem Chaitanya Prathi 2025-03-27 17:56:30 +05:30 committed by GitHub
parent fe8327627e
commit 935914224e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ RUN make -j$(nproc) ${NIM_COMMIT} $MAKE_TARGET LOG_LEVEL=${LOG_LEVEL} NIMFLAGS="
# PRODUCTION IMAGE -------------------------------------------------------------
FROM alpine:3.18 as prod
FROM alpine:3.18 AS prod
ARG MAKE_TARGET=wakunode2

View File

@ -1,5 +1,5 @@
# Dockerfile to build a distributable container image from pre-existing binaries
FROM debian:stable-slim as prod
FROM debian:stable-slim AS prod
ARG MAKE_TARGET=wakunode2