Skip to content

Commit 0704f01

Browse files
Update swift Docker tag to v6.1
1 parent 545cda4 commit 0704f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY Public ./Public/
1313
RUN npx webpack --config webpack.prod.js
1414

1515

16-
FROM swift:6.0-jammy as swift
16+
FROM swift:6.1-jammy as swift
1717
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
1818
&& apt-get -q update \
1919
&& apt-get -q dist-upgrade -y \
@@ -55,7 +55,7 @@ USER linuxbrew
5555
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
5656
RUN /home/linuxbrew/.linuxbrew/bin/brew install silicon
5757

58-
FROM swift:6.0-jammy-slim
58+
FROM swift:6.1-jammy-slim
5959
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
6060
&& apt-get -q update \
6161
&& apt-get -q dist-upgrade -y \

0 commit comments

Comments
 (0)