4 Commits

Author SHA1 Message Date
CSRBot 1f5033cdd6 chore(deps): update docker.io/library/ubuntu docker tag to v26
Build / build-arm64 (pull_request) Successful in 3m27s
Lint Markdown files / markdown-lint (pull_request) Successful in 10s
Build / build-amd64 (pull_request) Successful in 1m52s
2026-07-03 18:03:23 +00:00
CSRBot e2250cc893 Merge pull request 'chore(deps): update docker/login-action action to v4.4.0' (#40) from renovate/docker-login-action-4.x into master
Build / build-arm64 (push) Successful in 2m50s
Lint Markdown files / markdown-lint (push) Successful in 11s
Build / build-amd64 (push) Successful in 1m43s
2026-07-03 15:03:07 +00:00
CSRBot a79e6163aa chore(deps): update docker/login-action action to v4.4.0
Build / build-arm64 (pull_request) Successful in 3m5s
Lint Markdown files / markdown-lint (pull_request) Successful in 12s
Build / build-amd64 (pull_request) Successful in 1m36s
2026-07-03 15:03:01 +00:00
CSRBot e1703bbf65 Merge pull request 'chore(deps): update docker/setup-qemu-action action to v4.2.0' (#39) from renovate/docker-setup-qemu-action-4.x into master
Build / build-amd64 (push) Successful in 1m18s
Lint Markdown files / markdown-lint (push) Successful in 5s
Build / build-arm64 (push) Successful in 2m39s
2026-07-02 21:04:44 +00:00
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ jobs:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -39,7 +39,7 @@ jobs:
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
@@ -64,7 +64,7 @@ jobs:
- push-arm64 - push-arm64
- push-amd64 - push-amd64
steps: steps:
- uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
with: with:
registry: git.cryptic.systems registry: git.cryptic.systems
username: ${{ github.repository_owner }} username: ${{ github.repository_owner }}
+2 -2
View File
@@ -1,4 +1,4 @@
FROM docker.io/library/ubuntu:24.04 AS build FROM docker.io/library/ubuntu:26.04 AS build
ARG BRUTEFORCE_WALLET_VERSION ARG BRUTEFORCE_WALLET_VERSION
@@ -20,7 +20,7 @@ RUN cd /src && \
make install DESTDIR=/cache && \ make install DESTDIR=/cache && \
rm -rf /src rm -rf /src
FROM docker.io/library/ubuntu:24.04 FROM docker.io/library/ubuntu:26.04
COPY --from=build /cache / COPY --from=build /cache /