Skip to content

Commit c7b5528

Browse files
authored
Merge pull request #122 from planetscale/renovate/all-minor-patch-digest
chore(deps): update all non-major dependencies
2 parents cd1f6da + a902c2d commit c7b5528

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
# setup qemu and buildx for cross-builds (arm64)
6464
- name: Set up QEMU (for arm64 builds)
65-
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
65+
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3
6666
- name: Set up Docker Buildx
6767
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
6868

@@ -81,7 +81,7 @@ jobs:
8181
sed -i'' -Ee "s/ghcommit-action:v(.*)/ghcommit-action:v${new_version}/" Dockerfile
8282
8383
- name: Commit changes
84-
uses: planetscale/ghcommit-action@322be9669498a4be9ce66efc1169f8f43f6bd883 # v0.2.17
84+
uses: planetscale/ghcommit-action@f24050e41f8694750427d111b52f4ef9ca81a32d # v0.2.18
8585
with:
8686
commit_message: "🤖 Bump version in Dockerfile"
8787
repo: ${{ github.repository }}

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.75 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.77 AS ghcommit
22

33
# hadolint ignore=DL3007
44
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base

0 commit comments

Comments
 (0)