mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-24 20:36:24 +02:00
go.mod: update modules
This commit is contained in:
parent
3aec0fce3a
commit
46539483be
5 changed files with 140 additions and 155 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.20
|
||||
RUN apk update && apk add build-base git openssh go-1.21
|
||||
|
||||
WORKDIR /app
|
||||
COPY go.mod go.sum ./
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue