Bump versions

This commit is contained in:
Svilen Markov
2024-08-05 00:00:11 +01:00
parent 34b2b88cf3
commit af975d0e7f
3 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
FROM golang:1.22.3-alpine3.19 AS builder
FROM golang:1.22.5-alpine3.20 AS builder
WORKDIR /app
COPY . /app
RUN CGO_ENABLED=0 go build .
FROM alpine:3.19
FROM alpine:3.20.2
WORKDIR /app
COPY --from=builder /app/glance .