mirror of
https://github.com/Xevion/glance.git
synced 2025-12-18 06:12:05 -06:00
Merge remote-tracking branch 'upstream/dev' into theme_switcher
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
FROM golang:1.23.1-alpine3.20 AS builder
|
||||
FROM golang:1.24.2-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