Skip to content

Commit

Permalink
Fixed Docker version and tests. (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Skrypnyk authored Jun 2, 2022
1 parent 3853887 commit ac949ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -L -o "/tmp/shellcheck-v${SHELLCHECK_VERSION}.tar.xz" "https://github.c
# Install docker && docker compose.
# @see https://download.docker.com/linux/static/stable/x86_64
# @see https://github.com/docker/compose/releases
ENV DOCKER_VERSION=20.10.0
ENV DOCKER_VERSION=20.10.16
ENV DOCKER_COMPOSE_VERSION=1.29.2
RUN curl -L -o "/tmp/docker-${DOCKER_VERSION}.tgz" "https://download.docker.com/linux/static/stable/x86_64/docker-${DOCKER_VERSION}.tgz" \
&& tar -xz -C /tmp -f "/tmp/docker-${DOCKER_VERSION}.tgz" \
Expand Down
4 changes: 2 additions & 2 deletions goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ command:
timeout: 10000

# Install a global package and assert that it exists.
composer global require drush/drush:^8 && drush --version:
composer global require drush/drush:^10 && drush --version:
exit-status: 0
stdout:
- 8.
- 10.
stderr: []
timeout: 20000

Expand Down

0 comments on commit ac949ff

Please sign in to comment.