Skip to content

Commit 0e0685f

Browse files
chore(deps): bump golang from 1.19.2 to 1.19.3 (#3123)
Bumps golang from 1.19.2 to 1.19.3. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be97825 commit 0e0685f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Standard binary
22
# Build the manager binary
3-
FROM golang:1.19.2 as builder
3+
FROM golang:1.19.3 as builder
44

55
ARG TARGETPLATFORM
66
ARG TARGETOS
@@ -75,7 +75,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH="${TARGETARCH}" GO111MODULE=on go build -a -
7575

7676
### Debug
7777
# Create an image that runs a debug build with a Delve remote server on port 2345
78-
FROM golang:1.19.2 AS debug
78+
FROM golang:1.19.3 AS debug
7979
RUN go install github.com/go-delve/delve/cmd/dlv@latest
8080
# We want all source so Delve file location operations work
8181
COPY --from=builder-delve /workspace/ /workspace/

0 commit comments

Comments
 (0)