From eb43d75a866549bfa46b8b69eccf550753194ae2 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 10 Mar 2026 00:44:22 +0100 Subject: [PATCH] update golang to 1.26 and ubuntu to latest --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index b728a7a..0c00e9d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25 AS build +FROM golang:1.26 AS build ARG VERSION @@ -11,7 +11,7 @@ WORKDIR /build/ COPY build.sh /build/ RUN bash build.sh -FROM ubuntu:jammy +FROM ubuntu:latest LABEL maintainer="Xiaonan Shen " EXPOSE 25/tcp