update golang to 1.26 and ubuntu to latest
Check and Autoupdate for ProtonMail Bridge / check-update (push) Successful in 13s
Build and Push Docker Container / build-and-push (push) Failing after 4m33s

This commit is contained in:
GitHub Actions
2026-03-10 00:44:22 +01:00
parent 209a324e6e
commit eb43d75a86
+2 -2
View File
@@ -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 <s@sxn.dev>"
EXPOSE 25/tcp