Compare commits
4 commits
b696e093bf
...
a358d12a76
Author | SHA1 | Date | |
---|---|---|---|
a358d12a76 | |||
1a38fcfd90 | |||
dd21695fc1 | |||
0665caf9a6 |
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ on:
|
|||
pull_request:
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -15,7 +15,7 @@ COPY . .
|
|||
|
||||
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
|
||||
|
||||
FROM alpine:3.19
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
|
||||
|
|
Reference in a new issue