Skip to content

Commit bd2ee8f

Browse files
chore(deps): update golang docker tag to v1.26.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4be2022 commit bd2ee8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2026 VEXXHOST, Inc.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM golang:1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84 AS builder
4+
FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS builder
55
WORKDIR /src
66
COPY go.mod go.sum /src/
77
RUN go mod download

0 commit comments

Comments
 (0)