mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-05-03 07:22:27 +00:00
39b34a159b
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
|