Bump versions
This commit is contained in:
parent
37f35281b4
commit
a0d1bf1788
4 changed files with 35 additions and 14 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue