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 11d2bbc + ee4e7a9 commit a004415Copy full SHA for a004415
Containerfile
@@ -1,7 +1,7 @@
1
ARG R10K_VERSION=5.0.0
2
3
FROM docker.io/library/golang:alpine AS builder
4
-ARG WEBHOOK_GO_VERSION=2.9.0
+ARG WEBHOOK_GO_VERSION=2.13.0
5
6
RUN apk add --no-cache ca-certificates
7
build_versions.yaml
@@ -1,4 +1,4 @@
---
include:
- container_r10k: "5.0.0"
- source_webhook_go: "2.9.0"
+ source_webhook_go: "2.13.0"
0 commit comments