Skip to content

Commit cc6a61b

Browse files
Bump golang from 1.16.4-alpine to 1.16.5-alpine (#9)
Bumps golang from 1.16.4-alpine to 1.16.5-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41b94a7 commit cc6a61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.4-alpine AS build
1+
FROM golang:1.16.5-alpine AS build
22
RUN apk add --no-cache gcc libc-dev
33
WORKDIR /go/src/app
44

0 commit comments

Comments
 (0)