We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c11bd3 commit a6e92bcCopy full SHA for a6e92bc
Dockerfile
@@ -1,7 +1,7 @@
1
# ================================
2
# Build image
3
4
-FROM swift:5.10-jammy as build
+FROM swift:6.0-jammy as build
5
6
# Install OS updates and, if needed, sqlite3
7
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
@@ -47,7 +47,7 @@ RUN [ -d /build/Resources ] && { mv /build/Resources ./Resources && chmod -R a-w
47
48
# Run image
49
50
-FROM swift:5.10-jammy-slim
+FROM swift:6.0-jammy-slim
51
52
# Make sure all system packages are up to date, and install only essential packages.
53
0 commit comments