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 a335e86 + 66cb823 commit dc4a237Copy full SHA for dc4a237
.github/workflows/ci-docker.yml
@@ -2,7 +2,7 @@ name: Docker CI
2
3
on:
4
pull_request:
5
- branches: ['main']
+ branches: ['main','release/1.20']
6
paths: ['Dockerfile','.github/workflows/ci-docker.yml']
7
8
env:
.github/workflows/publish.yml
@@ -2,7 +2,7 @@ name: publish
push:
tags:
- 'v*.*.*'
Dockerfile
@@ -1,3 +1,3 @@
1
FROM cgr.dev/chainguard/wolfi-base AS go
-RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.7
+RUN apk update && apk add ca-certificates-bundle build-base openssh go-1.20~=1.20.8
ENTRYPOINT /usr/bin/go
0 commit comments