Skip to content

Commit 44313d3

Browse files
authored
revert
1 parent 1366fbf commit 44313d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MAINTAINER Eric Steinborn
66
# Using latest confirmed working commit HASH
77
RUN git clone https://github.com/paypal/AATT.git && \
88
cd AATT/ && \
9-
git checkout 5be1db391a56bca865f5ed0311a950767203aaa4 && \
9+
git checkout 9d61dd5c713176135574389ac4cf4fa01bb12af8 && \
1010
npm install --unsafe-perm --quiet && \
1111
git submodule init && \
1212
git submodule update

0 commit comments

Comments
 (0)