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 4822c3c commit 97b3ecaCopy full SHA for 97b3eca
README.md
@@ -48,7 +48,7 @@ We use the official [Logproxy Docker image](https://hub.docker.com/r/philipssoft
48
the plugin binary to the app folder. When the image starts your plugin will be auto-detected. Example:
49
50
```Dockerfile
51
-FROM golang:1.15.3-alpine3.12 as build_base
+FROM golang:1.17.3-alpine3.13 as build_base
52
RUN apk add --no-cache git openssh gcc musl-dev
53
WORKDIR /plugin
54
COPY go.mod .
0 commit comments