Update public container images #12

Merged
CSRBot merged 1 commits from renovate/public-container-images into master 2024-12-05 22:57:15 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.23.3
image: docker.io/library/golang:1.23.4
trigger:
event:
@ -92,7 +92,7 @@ steps:
- name: unit-test
commands:
- go test -v ./...
image: docker.io/library/golang:1.23.3
image: docker.io/library/golang:1.23.4
trigger:
event:

View File

@ -1,4 +1,4 @@
FROM docker.io/library/golang:1.23.3-alpine3.19 AS build
FROM docker.io/library/golang:1.23.4-alpine3.19 AS build
RUN apk add git make
@ -15,6 +15,6 @@ RUN make -C cmd/healarr install \
PREFIX=/usr \
VERSION=${VERSION}
FROM docker.io/library/alpine:3.20
FROM docker.io/library/alpine:3.21
COPY --from=build /cache /