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 176be6e commit 79e48a8Copy full SHA for 79e48a8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.21-alpine AS builder
+FROM --platform=$BUILDPLATFORM golang:1.22-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.22.6
5
require (
6
github.com/gorilla/pat v1.0.1
0 commit comments