Skip to content

Commit 51e7bd8

Browse files
Bump golang in /logproxy-filter-drop
Bumps golang from 1.21.6-alpine3.19 to 1.22.2-alpine3.19. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2cd879 commit 51e7bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logproxy-filter-drop/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21.6-alpine3.19 as build_base
1+
FROM golang:1.22.2-alpine3.19 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)