Skip to content

Commit bac9576

Browse files
committed
Use phpbenchmarks:benchmark-kit Docker image as 1.0.0
1 parent f7a6c30 commit bac9576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/composerUpdate/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phpbenchmarks/benchmark-kit:latest
1+
FROM phpbenchmarks/benchmark-kit:1.0.0
22

33
COPY entrypoint.sh /var/phpbenchmarks
44
RUN chmod +x /var/phpbenchmarks/entrypoint.sh

validation/framework/hello-world/docker/codeValidation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM phpbenchmarks/benchmark-kit:latest
1+
FROM phpbenchmarks/benchmark-kit:1.0.0
22

33
# copy config files
44
COPY componentFiles/.phpbenchmarks /var/phpbenchmarks/componentFiles/.phpbenchmarks/

0 commit comments

Comments
 (0)