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 545cda4 commit 531a6d8Copy full SHA for 531a6d8
Dockerfile
@@ -13,7 +13,7 @@ COPY Public ./Public/
13
RUN npx webpack --config webpack.prod.js
14
15
16
-FROM swift:6.0-jammy as swift
+FROM swift:6.1-jammy as swift
17
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
18
&& apt-get -q update \
19
&& apt-get -q dist-upgrade -y \
@@ -55,7 +55,7 @@ USER linuxbrew
55
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
56
RUN /home/linuxbrew/.linuxbrew/bin/brew install silicon
57
58
-FROM swift:6.0-jammy-slim
+FROM swift:6.1-jammy-slim
59
60
61
0 commit comments