Skip to content

Commit

Permalink
Remove leftover parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 18, 2023
1 parent 36b592b commit 0984b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ variable "REGISTRY_CACHE" {

# Get the arguments for the build
function "get-args" {
params = [mariadb_version, base_alpine_version]
params = [mariadb_version]
result = {
MARIADB_VERSION = mariadb_version
}
Expand Down

0 comments on commit 0984b40

Please sign in to comment.