Compare commits

..

1 commit

Author SHA1 Message Date
b696e093bf Update kubernetes packages to v0.30.1
All checks were successful
/ test (pull_request) Successful in 1m36s
2024-05-15 18:01:12 +00: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: docker runs-on: ubuntu-latest
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.20 FROM alpine:3.19
RUN apk add --no-cache ca-certificates RUN apk add --no-cache ca-certificates