mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-10 11:55:13 +02:00
go.mod: update dependencies
bump minimum go version to 1.23 use go 1.24 in docker image
This commit is contained in:
parent
5a27a2ec45
commit
1fef039dfe
4 changed files with 168 additions and 194 deletions
|
|
@ -2,7 +2,7 @@
|
|||
FROM --platform=$BUILDPLATFORM cgr.dev/chainguard/wolfi-base as build
|
||||
LABEL maintainer="Will Norris <will@willnorris.com>"
|
||||
|
||||
RUN apk update && apk add build-base git openssh go-1.21
|
||||
RUN apk update && apk add build-base git openssh go-1.24
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue