Dockerfile: Fix casing of 'as'

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2024-09-25 07:15:27 -04:00 committed by Stefan Berger
parent 3a1be75d04
commit e29457defc

View File

@ -1,4 +1,4 @@
FROM python:3.9-alpine3.19 as builder
FROM python:3.9-alpine3.19 AS builder
LABEL org.opencontainers.image.authors="Stefan Berger"