We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa42072 commit 4d1caacCopy full SHA for 4d1caac
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.24.0-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.24.1-alpine AS builder
2
WORKDIR /app
3
4
COPY go.mod go.sum ./
go.mod
@@ -1,6 +1,6 @@
module gabe565.com/domain-watch
-go 1.24.0
+go 1.24.1
5
require (
6
gabe565.com/utils v0.0.0-20250217005250-f306fa7738cd
0 commit comments