Skip to content

Commit 291aea1

Browse files
chore(deps): bump golang from 1.25.5-alpine to 1.25.6-alpine
Bumps golang from 1.25.5-alpine to 1.25.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.6-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ecdb55 commit 291aea1

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,5 +1,5 @@
11
# Base
2-
FROM golang:1.25.5-alpine AS builder
2+
FROM golang:1.25.6-alpine AS builder
33
RUN apk add --no-cache build-base
44
WORKDIR /app
55
COPY . /app

0 commit comments

Comments
 (0)