Skip to content

Commit 60b38ba

Browse files
authored
Merge pull request #155 from philips-software/dependabot/docker/logproxy-filter-replace/golang-1.17.3-alpine3.13
Bump golang from 1.17.2-alpine3.13 to 1.17.3-alpine3.13 in /logproxy-filter-replace
2 parents 8de1528 + 89441c6 commit 60b38ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logproxy-filter-replace/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.2-alpine3.13 as build_base
1+
FROM golang:1.17.3-alpine3.13 as build_base
22
RUN apk add --no-cache git openssh gcc musl-dev
33
WORKDIR /plugin
44
COPY go.mod .

0 commit comments

Comments
 (0)