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 Sep 25, 2024
1 parent 7d76720 commit bd5dc0e
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:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d

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:9cee2b382fe2412cd77d5d437d15a93da8de373813621f2e4d406e3df0cf0e7c

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

0 comments on commit bd5dc0e

Please sign in to comment.