Skip to content

Commit e9cfed8

Browse files
authoredFeb 12, 2025··
chore(deps): Bump golang from 1.23.5 to 1.23.6 (#193)
Bumps golang from 1.23.5 to 1.23.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9eb33f commit e9cfed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###################
22
# 1. Building stage
33
###################
4-
FROM golang:1.23.5 AS build-stage
4+
FROM golang:1.23.6 AS build-stage
55

66
# Set destination for COPY
77
WORKDIR /waku-cli

0 commit comments

Comments
 (0)
Please sign in to comment.