Browse Source

Bump versions

Svilen Markov 1 year ago
parent
commit
db7df33b27
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      go.mod

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM alpine:3.19
+FROM alpine:3.20
 
 ARG TARGETOS
 ARG TARGETARCH

+ 1 - 1
go.mod

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