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,4 +1,4 @@
FROM alpine:3.20.1 FROM alpine:3.20.2
ARG TARGETOS ARG TARGETOS
ARG TARGETARCH ARG TARGETARCH

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 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 .

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/glanceapp/glance module github.com/glanceapp/glance
go 1.22.3 go 1.22.5
require ( require (
github.com/mmcdole/gofeed v1.3.0 github.com/mmcdole/gofeed v1.3.0