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.
1 parent 2661768 commit 97cc399Copy full SHA for 97cc399
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+2.2.1 / 2022-10-02
2
+=================
3
+ * Add github workflows
4
+
5
2.2.0 / 2022-10-02
6
=================
7
* Upgrade Golang to v1.19
Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache bash
WORKDIR /go/src/app
8
9
# Copy sources
10
-COPY . .
+COPY go.mod go.sum wordpress_exporter.go ./
11
12
# Download all the dependencies
13
RUN go get -d -v ./...
0 commit comments