This commit is contained in:
2025-07-17 11:17:33 +02:00
parent 262c7361bd
commit b5160ecee7
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
# Base image
FROM golang:tip-alpine3.21 AS builder
FROM golang:tip-alpine3.22 AS builder
# Set directory to known value
WORKDIR /app
@ -14,7 +14,7 @@ RUN git clone https://github.com/coveooss/gotemplate.git . && \
CGO_ENABLED=0 go build
FROM alpine:3.21
FROM alpine:3.22
#
COPY --from=builder /app/gotemplate /gotemplate
COPY --from=builder /usr/bin/valkey-cli /valkey-cli