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 Aug 14, 2024
1 parent 35e8883 commit 1b44097
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:f8babc78ab95be4f6c1fca18b8444e1a2a2d04351c49d09349e7a7441e8b6784 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:22baacd172190c44b1e3570ef5dbe7193bdfa5e67d7cccd4fef47b7d474d84d9 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 1b44097

Please sign in to comment.