Skip to content

Commit

Permalink
Merge pull request #914 from SwiftFiddle/renovate/swift-6.x
Browse files Browse the repository at this point in the history
Update swift Docker tag to v6
  • Loading branch information
kishikawakatsumi authored Oct 10, 2024
2 parents 43ca97c + 6dfe36d commit 20684a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY Public ./Public/
RUN npx webpack --config webpack.prod.js


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

FROM swift:5.10-jammy-slim
FROM swift:6.0-jammy-slim
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \
&& apt-get -q update \
&& apt-get -q dist-upgrade -y \
Expand Down

0 comments on commit 20684a7

Please sign in to comment.