Update golang (#60)

This commit is contained in:
T.v.Dein
2025-09-18 20:13:02 +02:00
committed by GitHub
parent 36a7d9f0c8
commit 62c975206f
4 changed files with 100 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
FROM golang:1.23-alpine as builder
FROM golang:1.24-alpine as builder
RUN apk update
RUN apk upgrade