Skip to content

Commit e084862

Browse files
authored
Merge pull request #38 from renovate-bot/renovate/routine-dependency-updates
chore(deps): update golang docker tag to v1.26.3
2 parents a3af2d5 + e8d1e75 commit e084862

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build
2-
FROM golang:1.26.2-alpine AS build
2+
FROM golang:1.26.3-alpine AS build
33

44
WORKDIR /out
55
WORKDIR /src

dev.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# golang
2-
FROM golang:1.26.2-alpine AS golang
2+
FROM golang:1.26.3-alpine AS golang
33

44
# golangci-lint
55
FROM golangci/golangci-lint:v2.12.2 AS golangci-lint

0 commit comments

Comments
 (0)