Skip to content

Commit d066ace

Browse files
authored
Fix: warning in Dockerfile (#487)
Nowedays there is a linter complaining that if you do FROM you should do AS, not "as"
1 parent df91eb6 commit d066ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8-slim as builder
1+
FROM python:3.8-slim AS builder
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
build-essential \

0 commit comments

Comments
 (0)