fix: The 'as' keyword in the Dockerfile should be uppercase

This commit is contained in:
Matthias 2024-10-14 00:00:44 +02:00
parent 17f62aef53
commit 4ac76583b1
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM debian:bullseye-slim as builder
FROM debian:bullseye-slim AS builder
WORKDIR /builder
RUN apt-get update \

View file

@ -1,4 +1,4 @@
FROM alpine:latest as builder
FROM alpine:latest AS builder
WORKDIR /builder
RUN apk update \