Skip to content

Commit

Permalink
Merge pull request #597 from 417-72KI/fix-dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni authored Nov 6, 2023
2 parents f76cd15 + cf2de78 commit 8570092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM swift:5.7.0-focal
ARG SWIFT_VERSION=5.9
FROM swift:${SWIFT_VERSION}-focal

MAINTAINER Orta Therox
LABEL org.opencontainers.image.authors="Orta Therox"

LABEL "com.github.actions.name"="Danger Swift"
LABEL "com.github.actions.description"="Runs Swift Dangerfiles"
Expand Down

1 comment on commit 8570092

@ellneal
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@f-meloni is it possible to create a release from this commit? The latest tagged release is still throwing the error resolved in f76cd15.

Please sign in to comment.