Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.72 AS ghcommit
FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.73 AS ghcommit

# hadolint ignore=DL3007
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ services:
- 'shellcheck ./plugin/*.sh'

tests:
image: buildkite/plugin-tester:v4.1.1@sha256:581f73aca88169912e23809f323437cced3cf22c28794bd7f96fbdf1c2caa5ab
image: buildkite/plugin-tester:v4.2.0@sha256:21067012f59af6b8316cceb95850e89a542b50338c72d209a68bbebb33aff8c3
volumes:
- ".:/plugin:ro"