We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 42c13ff + e8c8953 commit 5e1ee0bCopy full SHA for 5e1ee0b
Dockerfile.base
@@ -1,4 +1,4 @@
1
-FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.72 AS ghcommit
+FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.73 AS ghcommit
2
3
# hadolint ignore=DL3007
4
FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
docker-compose.yml
@@ -10,6 +10,6 @@ services:
10
- 'shellcheck ./plugin/*.sh'
11
12
tests:
13
- image: buildkite/plugin-tester:v4.1.1@sha256:581f73aca88169912e23809f323437cced3cf22c28794bd7f96fbdf1c2caa5ab
+ image: buildkite/plugin-tester:v4.2.0@sha256:21067012f59af6b8316cceb95850e89a542b50338c72d209a68bbebb33aff8c3
14
volumes:
15
- ".:/plugin:ro"
0 commit comments