Skip to content

Commit

Permalink
Bump up tag of swift-format from 510.0.1 to 510.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtgto committed Mar 19, 2024
1 parent d95f858 commit 0d85fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM swift:5.10-jammy
WORKDIR /swift-format
RUN env DEBIAN_FRONTEND=noninteractive apt-get update
RUN env DEBIAN_FRONTEND=noninteractive apt-get install wget
RUN wget --quiet --output-document=- https://github.com/apple/swift-format/archive/510.0.1.tar.gz | tar zxf - --strip-components 1
RUN wget --quiet --output-document=- https://github.com/apple/swift-format/archive/510.1.0.tar.gz | tar zxf - --strip-components 1
RUN swift build --product swift-format --configuration release -Xswiftc -static-stdlib

FROM --platform=$BUILDPLATFORM ubuntu:jammy
Expand Down

0 comments on commit 0d85fea

Please sign in to comment.