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 Jul 3, 2024
1 parent 7d76720 commit 00d612a
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,10 +1,10 @@
FROM owncloudci/golang:1.22-amd64@sha256:a1eb26b159e33c2234ed5665f89e4ae27ca95ad402a88589130a4e1812548567
FROM owncloudci/golang:1.22-amd64@sha256:f14661e36b79c5350f982cb37cccc23d762af6d22e3834fa4b8288042d4c4c3e

COPY ./src /app/
WORKDIR /app
RUN go build -o wait-for .

FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM alpine:3.20@sha256:b89d9c93e9ed3597455c90a0b88a8bbb5cb7188438f70953fede212a0c4394e0

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"
Expand Down
4 changes: 2 additions & 2 deletions latest/Dockerfile.arm64v8
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM owncloudci/golang:1.22-arm64v8@sha256:52a1d945e3ce5e5bde88f2d98ccc818d28d16ce1740a1de5f7a263e3574d0bb0
FROM owncloudci/golang:1.22-arm64v8@sha256:05e034ed7f39eb3c9f3f654be3a44dd066f59aabfb1a523c83824d5a9a03ff78

COPY ./src /app/
WORKDIR /app
RUN go build -o wait-for .

FROM arm64v8/alpine:3.20@sha256:1c3b93ed450e26eac89b471d6d140e2f99488f489739b8b8ea5e8202dd086f82
FROM arm64v8/alpine:3.20@sha256:647a509e17306d117943c7f91de542d7fb048133f59c72dff7893cffd1836e11

LABEL maintainer="ownCloud GmbH <devops@owncloud.com>"
LABEL org.opencontainers.image.authors="ownCloud DevOps <devops@owncloud.com>"
Expand Down

0 comments on commit 00d612a

Please sign in to comment.