mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 05:30:37 +00:00
Update client libs for test_runner/pg_clients to their latest versions (#4092)
Also, use Workaround D for `swift/PostgresClientKitExample`, which supports neither SNI nor connections options
This commit is contained in:
committed by
GitHub
parent
88f39c11d4
commit
291b4f0d41
@@ -1,11 +1,11 @@
|
||||
FROM swift:5.7 AS build
|
||||
FROM swift:5.8 AS build
|
||||
RUN apt-get -q update && apt-get -q install -y libssl-dev
|
||||
WORKDIR /source
|
||||
|
||||
COPY . .
|
||||
RUN swift build --configuration release
|
||||
|
||||
FROM swift:5.7
|
||||
FROM swift:5.8
|
||||
WORKDIR /app
|
||||
COPY --from=build /source/.build/release .
|
||||
CMD ["/app/PostgresClientKitExample"]
|
||||
|
||||
Reference in New Issue
Block a user