Skip to content

Commit 4c66e5e

Browse files
chore(deps): update all non-major dependencies
1 parent d9ad60d commit 4c66e5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
57+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # 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.74 AS ghcommit
1+
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.75 AS ghcommit
22

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

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
lint:
4-
image: koalaman/shellcheck-alpine:v0.10.0@sha256:5921d946dac740cbeec2fb1c898747b6105e585130cc7f0602eec9a10f7ddb63
4+
image: koalaman/shellcheck-alpine:v0.11.0@sha256:9955be09ea7f0dbf7ae942ac1f2094355bb30d96fffba0ec09f5432207544002
55
volumes:
66
- ".:/plugin:ro"
77
entrypoint: sh

0 commit comments

Comments
 (0)