Skip to content

Commit e0ab89e

Browse files
committed
pin stress test dockerfile to newer base image, resolve gpg issue
1 parent 901eea5 commit e0ab89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/stress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# rebuild in #33610
22
# docker build -t altinityinfra/stress-test .
33
ARG FROM_TAG=latest
4-
FROM altinityinfra/stateful-test:$FROM_TAG
4+
FROM altinityinfra/stateful-test:ce3c0a6ed901
55

66
RUN apt-get update -y \
77
&& env DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)