Update golang Docker tag to v1.26
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 53s
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 53s
This commit was merged in pull request #6.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
FROM --platform=$BUILDPLATFORM golang:1.25-alpine AS builder
|
FROM --platform=$BUILDPLATFORM golang:1.26-alpine AS builder
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Reference in New Issue
Block a user