Skip to content

Commit c37fdc6

Browse files
chore(deps): update golang docker tag to v1.26.6 (#214)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1beb625 commit c37fdc6

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
@@ -7,7 +7,7 @@ ARG USER_ID=1000
77
ARG GROUP_ID=1000
88

99
# Base stage
10-
FROM golang:1.26.5-bookworm AS base
10+
FROM golang:1.26.6-bookworm AS base
1111
ARG WORKSPACE
1212
ARG USER
1313
ARG USER_ID

0 commit comments

Comments
 (0)