mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2026-01-31 12:44:42 +01:00
Update Dockerfile to use Go 1.25 as the base image
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
# Build stage
|
||||
# Go 1.23 is the latest stable version available in Docker Hub
|
||||
# The project requires Go 1.25 but we'll use 1.23 for now
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.25-alpine AS builder
|
||||
|
||||
# Accept GOTOOLCHAIN as build argument
|
||||
ARG GOTOOLCHAIN=auto
|
||||
|
||||
Reference in New Issue
Block a user