Skip to content

Commit

Permalink
ftp(test): use ubuntu/squid Docker image (akka#2942)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 17, 2022
1 parent 9cb99a4 commit 7a143c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ services:
command: username:userpass:${FTP_USER_UID:-2000}:${FTP_USER_GID:-2000}
squid:
network_mode: host # required for route back to localhost
image: datadog/squid
image: ubuntu/squid
volumes:
- ./ftp/src/test/resources/squid.conf:/etc/squid/squid.conf
pravega:
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ object Dependencies {
val AkkaHttpBinaryVersion = "10.4"
val AlpakkaKafkaVersion = "4.0.0"
val ScalaTestVersion = "3.2.11"
val TestContainersScalaTestVersion = "0.40.3"
val TestContainersScalaTestVersion = "0.40.3" // pulls Testcontainers 1.16.2
val mockitoVersion = "4.8.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
val hoverflyVersion = "0.14.1"

Expand Down

0 comments on commit 7a143c3

Please sign in to comment.