Skip to content

Commit

Permalink
Bump golang from 1.22.0 to 1.22.1 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent a88c170 commit b97f9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# development image
FROM golang:1.22.0 as dev
FROM golang:1.22.1 as dev
WORKDIR /src
ENV PATH="/src/typescript/node_modules/.bin:${PATH}"
RUN git config --global --add safe.directory /src
Expand Down

0 comments on commit b97f9c8

Please sign in to comment.