Skip to content

Commit 6bc1fc0

Browse files
dependabot[bot]pbalogh-sa
authored andcommitted
build(deps): bump golang from 1.16.3-alpine to 1.16.4-alpine
Bumps golang from 1.16.3-alpine to 1.16.4-alpine. Signed-off-by: dependabot[bot] <[email protected]>
1 parent ddcf86f commit 6bc1fc0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.3-alpine AS builder
1+
FROM golang:1.16.4-alpine AS builder
22

33
RUN apk add --update --no-cache ca-certificates git
44
RUN apk add build-base

Dockerfile.debug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.3-alpine AS builder
1+
FROM golang:1.16.4-alpine AS builder
22

33
RUN apk add --update --no-cache ca-certificates git
44
RUN go get github.com/derekparker/delve/cmd/dlv gcc

0 commit comments

Comments
 (0)