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 Oct 15, 2024
1 parent 7d76720 commit fca6d03
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:3ce041f854b9bad2dc4f9f0ebabedcae4eb4cca31ea16f84a0a14d818a17f09f

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:b488d5dd7fc42e67680aebdd8bdf35e241e49c0a7c74e06c398a018f457ff555

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 fca6d03

Please sign in to comment.