Skip to content

Commit 5b3c8f9

Browse files
chore(deps): update all non-major dependencies
1 parent f035dd9 commit 5b3c8f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "new_version=$new_version" >> $GITHUB_ENV
5555
5656
- name: login to ghcr.io
57-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
57+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}

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.62 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.64 AS ghcommit
22

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

0 commit comments

Comments
 (0)