Skip to content

Commit 97b3eca

Browse files
authored
Update README.md
1 parent 4822c3c commit 97b3eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We use the official [Logproxy Docker image](https://hub.docker.com/r/philipssoft
4848
the plugin binary to the app folder. When the image starts your plugin will be auto-detected. Example:
4949

5050
```Dockerfile
51-
FROM golang:1.15.3-alpine3.12 as build_base
51+
FROM golang:1.17.3-alpine3.13 as build_base
5252
RUN apk add --no-cache git openssh gcc musl-dev
5353
WORKDIR /plugin
5454
COPY go.mod .

0 commit comments

Comments
 (0)