Compare commits

...

10 commits

Author SHA1 Message Date
github-actions[bot]
de2394bdc3
Merge pull request #90 from AndrewMarchukov/dependabot/docker/ubuntu-noble-20260810
Some checks are pending
Docker Image CI / status-build (push) Waiting to run
Bump ubuntu from noble-20260610 to noble-20260810
2026-08-20 19:02:41 +00:00
dependabot[bot]
06e971ae6a
Bump ubuntu from noble-20260610 to noble-20260810
Bumps ubuntu from noble-20260610 to noble-20260810.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-version: noble-20260810
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-20 19:02:26 +00:00
Andrew Marchukov
d9db9d3a7a Auto updating sandstorm.version 2026-07-15 15:23:19 +00:00
github-actions[bot]
6468fb5998
Merge pull request #88 from AndrewMarchukov/dependabot/docker/ubuntu-noble-20260610
Bump ubuntu from noble-20260410 to noble-20260610
2026-07-02 19:02:43 +00:00
dependabot[bot]
42b02fce65
Bump ubuntu from noble-20260410 to noble-20260610
Bumps ubuntu from noble-20260410 to noble-20260610.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-version: noble-20260610
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-02 19:02:31 +00:00
github-actions[bot]
ec7a230cee
Merge pull request #87 from AndrewMarchukov/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-06-22 19:02:36 +00:00
dependabot[bot]
12475ad53d
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 19:02:23 +00:00
Andrew Marchukov
12a20f4b40 Auto updating sandstorm.version 2026-05-28 18:01:57 +00:00
github-actions[bot]
2d24159993
Merge pull request #86 from AndrewMarchukov/dependabot/github_actions/dependabot/fetch-metadata-3.1.0
Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
2026-04-20 21:09:59 +00:00
dependabot[bot]
6b940ce5ce
Bump dependabot/fetch-metadata from 3.0.0 to 3.1.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-20 21:09:47 +00:00
6 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
-
name: Login to DockerHub
uses: docker/login-action@v3

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v3.0.0
uses: dependabot/fetch-metadata@v3.1.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Check new version
continue-on-error: true
id: status

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble-20260410
FROM ubuntu:noble-20260810
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1,4 +1,4 @@
FROM ubuntu:noble-20260410
FROM ubuntu:noble-20260810
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1 +1 @@
920888200890776726
4399725124335093878