mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-21 16:03:33 +01:00
Bump versions
This commit is contained in:
parent
34b2b88cf3
commit
af975d0e7f
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20.1
|
FROM alpine:3.20.2
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
FROM golang:1.22.3-alpine3.19 AS builder
|
FROM golang:1.22.5-alpine3.20 AS builder
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY . /app
|
||||||
RUN CGO_ENABLED=0 go build .
|
RUN CGO_ENABLED=0 go build .
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.19
|
FROM alpine:3.20.2
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/glance .
|
COPY --from=builder /app/glance .
|
||||||
|
Loading…
Reference in New Issue
Block a user