Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 629a5f2

Browse files
committed
fix: fix build
1 parent c41e680 commit 629a5f2

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
command: docker-builder
4343
image-prefix: ghcr.io/${{ env.OWNER }}
44-
platforms: ${{ env.PLATFORMS }
44+
platforms: ${{ env.PLATFORMS }}
4545
last-only: true
4646
major-minor: false
4747
dry-run: ${{ env.DRY_RUN }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG CONTAINERBASE_VERSION=9.26.0
33

44
FROM ghcr.io/containerbase/base:${CONTAINERBASE_VERSION} as containerbase
55

6-
FROM amd64/ubuntu:jammy as base
6+
FROM ubuntu:22.04 as base
77

88
ARG CONTAINERBASE_VERSION
99
ARG APT_HTTP_PROXY

renovate.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>containerbase/.github"],
4-
"packageRules": [
5-
{
6-
"matchManagers": ["dockerfile"],
7-
"enabled": false
8-
}
9-
]
3+
"extends": ["github>containerbase/.github"]
104
}

0 commit comments

Comments
 (0)