We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88c170 commit b97f9c8Copy full SHA for b97f9c8
1 file changed
Dockerfile
@@ -1,5 +1,5 @@
1
# development image
2
-FROM golang:1.22.0 as dev
+FROM golang:1.22.1 as dev
3
WORKDIR /src
4
ENV PATH="/src/typescript/node_modules/.bin:${PATH}"
5
RUN git config --global --add safe.directory /src
0 commit comments