Skip to content

Commit

Permalink
Merge pull request #77 from tailingchen/update-redis-image-version
Browse files Browse the repository at this point in the history
test: update redis version
  • Loading branch information
tailingchen authored Nov 18, 2020
2 parents 9f3de5c + 5e9ccad commit f4336c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/redis.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func NewRedisContainer() (*RedisContainer, error) {
container := &RedisContainer{
container: NewDockerContainer(
ImageRepository("redis"),
ImageTag("3-alpine"),
ImageTag("6-alpine"),
Ports(port),
HealthChecker(checker),
),
Expand Down

0 comments on commit f4336c1

Please sign in to comment.