mirror of
https://github.com/Xevion/glance.git
synced 2025-12-06 01:15:08 -06:00
Bump versions
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user