go.mod: update modules

This commit is contained in:
Will Norris 2024-05-08 21:15:03 -07:00 committed by Will Norris
parent 3aec0fce3a
commit 46539483be
5 changed files with 140 additions and 155 deletions

View file

@ -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 ./