diff --git a/containers/swift/.devcontainer/Dockerfile b/containers/swift/.devcontainer/Dockerfile index ad996b47..7d7e86d5 100644 --- a/containers/swift/.devcontainer/Dockerfile +++ b/containers/swift/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -# [Choice] Swift version: 5, 5.2, 5.1, 4.2 +# [Choice] Swift version: 5.2, 5.1, 4.2 ARG VARIANT=5.2 FROM swift:${VARIANT} @@ -38,4 +38,4 @@ RUN if [ "$INSTALL_NODE" = "true" ]; then /bin/bash /tmp/library-scripts/node-de # && apt-get -y install --no-install-recommends # [Optional] Uncomment this line to install global node packages. -# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g " 2>&1 \ No newline at end of file +# RUN su vscode -c "source /usr/local/share/nvm/nvm.sh && npm install -g " 2>&1