Skip to content

Commit bfb9db6

Browse files
Bump golang from 1.20.5-alpine to 1.20.7-alpine in /deploy/goer (#74)
Bumps golang from 1.20.5-alpine to 1.20.7-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 fd42b08 commit bfb9db6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/goer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.5-alpine AS build
1+
FROM golang:1.20.7-alpine AS build
22

33
RUN apk update && apk add --no-cache git make
44

deploy/goer/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.5
1+
FROM golang:1.20.7
22
WORKDIR /app
33

44
COPY ./go.mod ./go.sum ./

0 commit comments

Comments
 (0)