We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11aa37f + 3b9da96 commit 6b7f178Copy full SHA for 6b7f178
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@10.1.0
+ codacy: codacy/base@10.2.2
5
6
workflows:
7
version: 2
Dockerfile
@@ -1,12 +1,12 @@
-FROM golang:1.14.4-alpine3.11 as builder
+FROM golang:1.18.8-alpine3.17 as builder
COPY doc-generation /doc-generation
WORKDIR /doc-generation
RUN mkdir -p /docs/description
RUN go run main.go -docFolder=../docs
8
9
-FROM alpine:3.11
+FROM alpine:3.17.3
10
11
COPY --from=builder /docs /docs
12
COPY docs/tool-description.md /docs/
0 commit comments