Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: containerbase/devcontainer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.0.0
Choose a base ref
...
head repository: containerbase/devcontainer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.0.1
Choose a head ref
  • 4 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 22, 2024

  1. chore(renovate): drop obsolete annotation

    viceice authored Oct 22, 2024
    Copy the full SHA
    7c3ec1e View commit details
  2. chore(renovate): revert drop obsolete annotation

    required for internal action
    viceice authored Oct 22, 2024
    Copy the full SHA
    8d3e036 View commit details

Commits on Oct 23, 2024

  1. ci(deps): update actions/checkout action to v4.2.2

    renovate[bot] committed Oct 23, 2024
    Copy the full SHA
    aff3d3b View commit details

Commits on Oct 25, 2024

  1. fix(deps): update ghcr.io/containerbase/base docker tag to v13.0.1

    renovate[bot] committed Oct 25, 2024
    Copy the full SHA
    c26f550 View commit details
Showing with 4 additions and 4 deletions.
  1. +3 −3 .github/workflows/build.yml
  2. +1 −1 Dockerfile
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- run: corepack enable
- run: pnpm install
- run: pnpm prettier
@@ -39,7 +39,7 @@ jobs:
packages: write

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0

@@ -66,7 +66,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Init
run: ./bin/init.sh
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# renovate: datasource=docker depName=ghcr.io/containerbase/base
ARG CONTAINERBASE_VERSION=13.0.0
ARG CONTAINERBASE_VERSION=13.0.1

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