Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 33c8167 commit c6d9ebf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go-build-1.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hairyhenderson/gomplate:v3.10.0-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker:26.1.1 AS docker
FROM docker/compose:1.29.2 AS compose
FROM vault:1.9.3 AS vault
FROM hashicorp/terraform:1.1.5 AS terraform
Expand Down
2 changes: 1 addition & 1 deletion go-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hairyhenderson/gomplate:v3.11.6-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker:26.1.1 AS docker
FROM docker/compose:1.29.2 AS compose
FROM vault:1.9.3 AS vault
FROM hashicorp/terraform:1.6.6 AS terraform
Expand Down
2 changes: 1 addition & 1 deletion node-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hairyhenderson/gomplate:v3.11.6-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker:26.1.1 AS docker
FROM docker/compose:1.29.2 AS compose
FROM vault:1.9.3 AS vault
FROM hashicorp/terraform:1.6.6 AS terraform
Expand Down
2 changes: 1 addition & 1 deletion py-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hairyhenderson/gomplate:v3.8.0-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker:26.1.1 AS docker
FROM docker/compose:1.27.4 AS compose
FROM vault:1.7.3 AS vault
FROM hashicorp/terraform:1.0.0 AS terraform
Expand Down
2 changes: 1 addition & 1 deletion tiny-build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM hairyhenderson/gomplate:v3.11.6-slim AS gomplate
FROM docker:23.0.1 AS docker
FROM docker:26.1.1 AS docker
FROM docker/compose:1.29.2 AS compose
FROM vault:1.9.3 AS vault
FROM hashicorp/terraform:1.6.6 AS terraform
Expand Down

0 comments on commit c6d9ebf

Please sign in to comment.