diff --git a/Dockerfile b/Dockerfile index 4d8cd87..0c4cc63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.6-alpine3.21 AS builder +FROM golang:1.24.2-alpine3.21 AS builder WORKDIR /app COPY . /app diff --git a/go.mod b/go.mod index cc23a86..4c19477 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/glanceapp/glance -go 1.23.6 +go 1.24.2 require ( github.com/fsnotify/fsnotify v1.9.0