fix casing in docker file

This commit is contained in:
Artur Neumann 2024-10-15 14:50:08 +05:45
parent c63d00a550
commit b6fa3c47c3
No known key found for this signature in database
GPG key ID: D8D16D5B4D5AF179
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# This file is intended to be used apart from the containing source code tree.
FROM python:3-alpine as builder
FROM python:3-alpine AS builder
# Version of Radicale (e.g. v3)
ARG VERSION=master