Bump versions

This commit is contained in:
Svilen Markov
2025-02-09 18:04:25 +00:00
parent 37f35281b4
commit a0d1bf1788
4 changed files with 35 additions and 14 deletions

View File

@@ -1,10 +1,10 @@
FROM golang:1.23.1-alpine3.20 AS builder
FROM golang:1.23.6-alpine3.21 AS builder
WORKDIR /app
COPY . /app
RUN CGO_ENABLED=0 go build .
FROM alpine:3.20
FROM alpine:3.21
WORKDIR /app
COPY --from=builder /app/glance .