Skip to content

Commit

Permalink
use correct docker hub orga
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Feb 27, 2025
1 parent 350398b commit 2225b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/docker/src/opencloud.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# mounting 'ocwrapper' binary doesn't work with image 'amd64/alpine:3.17' (busybox based)

ARG OC_IMAGE_TAG
FROM opencloud-eu/opencloud:${OC_IMAGE_TAG} AS opencloud
FROM opencloudeu/opencloud:${OC_IMAGE_TAG} AS opencloud

FROM ubuntu:22.04
COPY --from=opencloud /usr/bin/opencloud /usr/bin/opencloud
Expand Down

0 comments on commit 2225b10

Please sign in to comment.