Skip to content

Commit

Permalink
chore(docker): update docker digests
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent 35e8883 commit 8a0cd28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions latest/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM golang:alpine@sha256:0466223b8544fb7d4ff04748acc4d75a608234bf4e79563bff208d2060c0dd79 as build
FROM golang:alpine@sha256:9bdd5692d39acc3f8d0ea6f81327f87ac6b473dd29a2b6006df362bff48dd1f8 as build

# renovate: datasource=github-releases depName=bazelbuild/buildtools
ENV BUILDIFIER_VERSION="${BUILD_VERSION:-6.1.0}"

RUN go install github.com/bazelbuild/buildtools/buildifier@${BUILDIFIER_VERSION}

FROM owncloudci/alpine:amd64@sha256:b11caeb423b31055fcdbd4c4c0c0ae6b92e1ac50741a4f440687a5e47ec27495
FROM owncloudci/alpine:amd64@sha256:69a1fab129cd0e4c7ebe920a6cddb18b005658bc8be48be10b845213d8e8d40b

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI Bazel Buildifier" \
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM arm64v8/golang:alpine@sha256:32ee02c9645a793604bef619f00e27360ae51c876c28a52b82c8c743398a51ad as build
FROM arm64v8/golang:alpine@sha256:70dc473f7c6d8527ef6631cb6832d33a20ef920d099c4727d172b3e1d97c2090 as build

# renovate: datasource=github-releases depName=bazelbuild/buildtools
ENV BUILDIFIER_VERSION="${BUILD_VERSION:-6.1.0}"

RUN go install github.com/bazelbuild/buildtools/buildifier@${BUILDIFIER_VERSION}

FROM owncloudci/alpine:arm64v8@sha256:3a7a34f4a5602c4da77743e27b84f383a47d5872e1599153819946403a0e6707
FROM owncloudci/alpine:arm64v8@sha256:57bb1d4ea213d0d4d1a00b96bb378fbe56ca6c61266dbf20b2a4e0642ca7b38c

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>" \
org.opencontainers.image.title="ownCloud CI Bazel Buildifier" \
Expand Down

0 comments on commit 8a0cd28

Please sign in to comment.