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 56a7bdc commit 58035a7Copy full SHA for 58035a7
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS builder
2
WORKDIR /app
3
4
COPY go.mod go.sum .
go.mod
@@ -1,6 +1,6 @@
module github.com/mailhog/MailHog
-go 1.21
+go 1.23.3
5
require (
6
github.com/gorilla/pat v1.0.1
0 commit comments