Artur Neumann 1 год назад
Родитель
Сommit
b6fa3c47c3
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.dev

+ 1 - 1
Dockerfile

@@ -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 - 1
Dockerfile.dev

@@ -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