Skip to content

Commit 8570092

Browse files
authored
Merge pull request #597 from 417-72KI/fix-dockerfile
2 parents f76cd15 + cf2de78 commit 8570092

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
FROM swift:5.7.0-focal
1+
ARG SWIFT_VERSION=5.9
2+
FROM swift:${SWIFT_VERSION}-focal
23

3-
MAINTAINER Orta Therox
4+
LABEL org.opencontainers.image.authors="Orta Therox"
45

56
LABEL "com.github.actions.name"="Danger Swift"
67
LABEL "com.github.actions.description"="Runs Swift Dangerfiles"

0 commit comments

Comments
 (0)