Commit 1c95ae2 1 parent c17d89e commit 1c95ae2 Copy full SHA for 1c95ae2
File tree 3 files changed +1880
-826
lines changed
3 files changed +1880
-826
lines changed Original file line number Diff line number Diff line change 1
- 6.0.0
1
+ 7.3.1
Original file line number Diff line number Diff line change 1
- # syntax=docker.io/docker/dockerfile:1@sha256:39b85bbfa7536a5feceb7372a0817649ecb2724562a38360f4d6a7782a409b14
1
+ # syntax=docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2
2
3
- FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu@sha256:67211c14fa74f070d27cc59d69a7fa9aeff8e28ea118ef3babc295a0428a6d21 AS ubuntu
3
+ FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 AS ubuntu
4
4
5
5
ARG BUILDOS
6
6
ARG BUILDARCH
@@ -52,7 +52,7 @@ COPY . .
52
52
FROM base AS buildifier
53
53
RUN \
54
54
set -ux \
55
- && curl -#fsSLo /buildifier "https://github.com/bazelbuild/buildtools/releases/download/$(cat .bazelversion)/buildifier-$BUILDOS-$BUILDARCH" \
55
+ && curl -#fsSLo /buildifier "https://github.com/bazelbuild/buildtools/releases/download/v $(cat .bazelversion)/buildifier-$BUILDOS-$BUILDARCH" \
56
56
&& chmod +x /buildifier
57
57
58
58
# sync
You can’t perform that action at this time.
0 commit comments