Skip to content

Commit e70705c

Browse files
committed
Use Github container registry instead of Docker Hub
1 parent 8003346 commit e70705c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG TARGET_VERSION=3.2.1
22

3-
FROM aidanharan/activerecord-sqlserver-adapter:${TARGET_VERSION}
3+
FROM ghcr.io/rails-sqlserver/activerecord-sqlserver-adapter:${TARGET_VERSION}
44

55
ENV WORKDIR /activerecord-sqlserver-adapter
66

0 commit comments

Comments
 (0)