Skip to content

Commit d8267d0

Browse files
authored
FIX: typo repo dockerhub for dependencies
1 parent 3644ac3 commit d8267d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
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 ithaca-fv/ithacafv-dependencies:${TARGETARCH} AS base
4+
FROM ithacafv/ithacafv-dependencies:${TARGETARCH} AS base
55

66
LABEL maintainer="[email protected]"
77

0 commit comments

Comments
 (0)