mirror of
https://github.com/linuxserver/docker-ffmpeg.git
synced 2026-02-20 04:56:23 +08:00
fix docker warning about case
This commit is contained in:
parent
fd5a5b386d
commit
75cbcfc925
@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# build stage
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:noble AS buildstage
|
||||
|
||||
# set version label
|
||||
ARG FFMPEG_VERSION
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
# build stage
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble as buildstage
|
||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:arm64v8-noble AS buildstage
|
||||
|
||||
# set version label
|
||||
ARG FFMPEG_VERSION
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user