Skip to content

Commit fd7cac5

Browse files
Merge pull request #3 from lagerstrom/fix_FromAsCasing_warning
fix FromAsCasing warning message when building docker image
2 parents 535a6bb + e5a6db4 commit fd7cac5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM python:3.9-alpine as base
1+
FROM python:3.9-alpine AS base
22

33
RUN apk --update add ffmpeg
44

5-
FROM base as builder
5+
FROM base AS builder
66

77
WORKDIR /install
88
COPY requirements.txt /requirements.txt

0 commit comments

Comments
 (0)