Compare commits

..

4 commits

Author SHA1 Message Date
a358d12a76 Update kubernetes packages to v0.30.1
All checks were successful
/ test (pull_request) Successful in 2m0s
2024-05-29 21:36:34 +00:00
1a38fcfd90 Merge pull request 'Update alpine Docker tag to v3.20' (#17) from renovate/alpine-3.x into main
All checks were successful
/ test (push) Successful in 2m10s
Reviewed-on: #17
2024-05-25 19:51:14 -05:00
dd21695fc1 Update alpine Docker tag to v3.20
All checks were successful
/ test (pull_request) Successful in 2m10s
2024-05-22 18:32:02 +00:00
0665caf9a6 Update runner label
All checks were successful
/ test (push) Successful in 2m9s
2024-05-20 09:19:13 -05:00
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ on:
pull_request: pull_request:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View file

@ -15,7 +15,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' . 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 RUN apk add --no-cache ca-certificates