mirror of
https://github.com/drakkan/sftpgo.git
synced 2026-03-14 14:25:52 +01:00
Bump golang from 1.25-trixie to 1.26-trixie
Bumps golang from 1.25-trixie to 1.26-trixie. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-trixie dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
7071011a5e
commit
396028dfb5
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25-trixie AS builder
|
||||
FROM golang:1.26-trixie AS builder
|
||||
|
||||
ENV GOFLAGS="-mod=readonly"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25-alpine3.23 AS builder
|
||||
FROM golang:1.26-alpine3.23 AS builder
|
||||
|
||||
ENV GOFLAGS="-mod=readonly"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.25-trixie AS builder
|
||||
FROM golang:1.26-trixie AS builder
|
||||
|
||||
ENV CGO_ENABLED=0 GOFLAGS="-mod=readonly"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue