Skip to content

Commit

Permalink
chore(deps): update docker docker tag to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 10, 2024
1 parent 085e3ac commit 9f9b7c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go-build-1.21/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:27.2.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:27.2.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:27.2.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:27.2.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

0 comments on commit 9f9b7c5

Please sign in to comment.