Skip to content

Commit bf84de9

Browse files
committed
fix warning in Dockerfile
1 parent 482472a commit bf84de9

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,5 +1,5 @@
11

2-
FROM swift:5.9 as builder
2+
FROM swift:5.9 AS builder
33

44
# Install OS updates and, if needed, sqlite3
55
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \

0 commit comments

Comments
 (0)