chore(deps): update golang docker tag to v1.24.1
Some checks failed
Release / build-image (push) Has been cancelled
Some checks failed
Release / build-image (push) Has been cancelled
This commit is contained in:
parent
df84f6f7a1
commit
05637495e2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# (https://docs.docker.com/build/building/multi-stage/)
|
||||
|
||||
# Stage 1 (to create a "build" image, ~850MB)
|
||||
FROM golang:1.24.0 AS builder
|
||||
FROM golang:1.24.1 AS builder
|
||||
LABEL org.opencontainers.image.source="https://code.252.no/pub/external-dns-domeneshop-webhook"
|
||||
|
||||
WORKDIR /src/
|
||||
|
|
Loading…
Add table
Reference in a new issue