Skip to content

Commit

Permalink
Fix remaining build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
xZero707 committed Sep 18, 2023
1 parent 0984b40 commit ee13306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
ARG MARIADB_VERSION="10.11.5"

FROM ghcr.io/hairyhenderson/gomplate:v3.11.5-alpine AS gomplate

# Build rootfs
Expand All @@ -12,7 +14,7 @@ COPY --from=gomplate ["/bin/gomplate", "/usr/bin/gomplate"]


# Final stage
ARG MARIADB_VERSION="10.11.5"
ARG MARIADB_VERSION
FROM --platform=${TARGETPLATFORM} lscr.io/linuxserver/mariadb:${MARIADB_VERSION}

RUN set -eux \
Expand Down
2 changes: 1 addition & 1 deletion build/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ target "10_11" {
cache-from = get-cache-from("10.11.5")
cache-to = get-cache-to("10.11.5")
tags = get-tags("10.11", ["10", "latest"])
args = get-args("10.11.5-r0")
args = get-args("10.11.5")
}

0 comments on commit ee13306

Please sign in to comment.