mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-05 06:07:35 +03:00
Merge pull request #1595 from individual-it/fixCasing
fix casing in docker file
This commit is contained in:
commit
0badab86a6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# This file is intended to be used apart from the containing source code tree.
|
# 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)
|
# Version of Radicale (e.g. v3)
|
||||||
ARG VERSION=master
|
ARG VERSION=master
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3-alpine as builder
|
FROM python:3-alpine AS builder
|
||||||
|
|
||||||
# Optional dependencies (e.g. bcrypt)
|
# Optional dependencies (e.g. bcrypt)
|
||||||
ARG DEPENDENCIES=bcrypt
|
ARG DEPENDENCIES=bcrypt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue