mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix casing of AS
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
a70529173b
commit
267b98bd84
5 changed files with 8 additions and 8 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# syntax=docker/dockerfile:latest
|
||||
# Docker CLI is a requirement
|
||||
FROM docker:26.1.4-cli as docker
|
||||
FROM docker:26.1.4-cli AS docker
|
||||
|
||||
# Caddy is a requirement
|
||||
FROM caddy:2.8.4-alpine as caddy
|
||||
FROM caddy:2.8.4-alpine AS caddy
|
||||
|
||||
# From https://github.com/docker-library/php/blob/master/8.3/alpine3.20/fpm/Dockerfile
|
||||
FROM php:8.3.8-fpm-alpine3.20
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue