Skip to content

Commit 7d43f4c

Browse files
authored
chore: update dogfood image (#8114)
1 parent 69f911d commit 7d43f4c

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

dogfood/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN mkdir --parents "$GOPATH" && \
7878
FROM alpine:3.18 as proto
7979
WORKDIR /tmp
8080
RUN apk add curl unzip
81-
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v21.5/protoc-21.5-linux-x86_64.zip
81+
RUN curl -L -o protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v23.3/protoc-23.3-linux-x86_64.zip
8282
RUN unzip protoc.zip
8383

8484
FROM ubuntu:jammy
@@ -320,6 +320,7 @@ RUN update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/go/bin/g
320320
COPY --from=go /tmp/bin /usr/local/bin
321321
COPY --from=rust-utils /tmp/bin /usr/local/bin
322322
COPY --from=proto /tmp/bin /usr/local/bin
323+
COPY --from=proto /tmp/include /usr/local/bin/include
323324

324325
USER coder
325326

dogfood/files/etc/apt/sources.list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy main restricted universe
2-
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy-updates main restricted universe
3-
deb http://mirror.pit.teraswitch.com/ubuntu/ jammy-backports main restricted universe
1+
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy main restricted universe
2+
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy-updates main restricted universe
3+
deb https://mirror.pit.teraswitch.com/ubuntu/ jammy-backports main restricted universe

provisionerd/proto/provisionerd.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

provisionersdk/proto/provisioner.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)