We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 535a6bb + e5a6db4 commit fd7cac5Copy full SHA for fd7cac5
1 file changed
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM python:3.9-alpine as base
+FROM python:3.9-alpine AS base
2
3
RUN apk --update add ffmpeg
4
5
-FROM base as builder
+FROM base AS builder
6
7
WORKDIR /install
8
COPY requirements.txt /requirements.txt
0 commit comments