Skip to content

Commit 3644ac3

Browse files
author
Moaad Khamlich
committed
FIX: typo repo dockerhub for dependencies
1 parent 995fbd1 commit 3644ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfiles/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Multi-architecture Dockerfile for ITHACA-FV
22
# Automatically selects the correct base image based on target platform
33
ARG TARGETARCH
4-
FROM ghcr.io/ithaca-fv/ithacafv-dependencies:${TARGETARCH} AS base
4+
FROM ithaca-fv/ithacafv-dependencies:${TARGETARCH} AS base
55

66
LABEL maintainer="[email protected]"
77

@@ -76,4 +76,4 @@ WORKDIR $HOME
7676
# Source bashrc on container start
7777
RUN /bin/bash -c "source /etc/bash.bashrc"
7878

79-
ENTRYPOINT ["/bin/bash"]
79+
ENTRYPOINT ["/bin/bash"]

0 commit comments

Comments
 (0)