mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Since we already required Swift 5.5 for Concurrency (Xcode 13), it's natural to update the demo app to reflect latest SwiftUI changes, which makes the code neater and more expressive.
4 lines
52 B
Docker
4 lines
52 B
Docker
FROM swift:5.5-amazonlinux2
|
|
|
|
RUN yum -y install zip
|