Skip to content

Commit 2cccb15

Browse files
chore(deps): update golang docker tag to v1.26 (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a035b8d commit 2cccb15

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
# Multi-stage Dockerfile for Echo Server (Golang/Fiber)
22

33
## Stage 1: Build the Go binary
4-
FROM golang:1.25-alpine3.23 AS build
4+
FROM golang:1.26-alpine3.23 AS build
55

66
# Install build dependencies
77
RUN apk add --no-cache git

0 commit comments

Comments
 (0)