Skip to content

Commit c46e872

Browse files
authored
[Fuchsia] Update Fuchsia SDK version (#436)
26 is the latest Fuchsia SDK version.
1 parent 6e40809 commit c46e872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/fuchsia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ARG CIPD_PLATFORM=linux-amd64
7272
RUN curl -fsSL -o /usr/local/bin/cipd "https://chrome-infra-packages.appspot.com/client?platform=${CIPD_PLATFORM}&version=latest" && \
7373
chmod +x /usr/local/bin/cipd
7474

75-
ARG FUCHSIA_VERSION=14
75+
ARG FUCHSIA_VERSION=26
7676

7777
# Install Fuchsia SDK.
7878
RUN cipd install -root /usr/local/fuchsia/sdk fuchsia/sdk/core/${CIPD_PLATFORM} f${FUCHSIA_VERSION}

0 commit comments

Comments
 (0)