Skip to content

Commit

Permalink
Update Docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Dec 10, 2023
1 parent ab95bfa commit 5cd31d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- media_proxy
media_element:
container_name: "media_repo_element"
image: "vectorim/element-web:v1.11.50"
image: "vectorim/element-web:v1.11.51"
restart: unless-stopped
volumes:
- ./element-config.json:/app/config.json
Expand Down
2 changes: 1 addition & 1 deletion test/test_internals/deps_minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func MakeMinio(depNet *NetworkDep) (*MinioDep, error) {
// Use an intermediary container to set up the minio instance
_, err = testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: testcontainers.ContainerRequest{
Image: "docker.io/alpine:3.18.4",
Image: "docker.io/alpine:3.19.0",
Networks: []string{depNet.NetId},
WaitingFor: wait.ForLog("This line marks WaitFor as done").WithStartupTimeout(120 * time.Second),
Mounts: []testcontainers.ContainerMount{
Expand Down

0 comments on commit 5cd31d8

Please sign in to comment.