Skip to content

Commit 1adb3f6

Browse files
Bump golang from 1.26.2 to 1.26.3
Bumps golang from 1.26.2 to 1.26.3. --- updated-dependencies: - dependency-name: golang dependency-version: 1.26.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d97ccf commit 1adb3f6

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
# development stage
2-
FROM golang:1.26.2 as dev
2+
FROM golang:1.26.3 as dev
33
WORKDIR /src
44
ENV PATH="/src/typescript/node_modules/.bin:${PATH}"
55
RUN git config --global --add safe.directory /src

0 commit comments

Comments
 (0)