Skip to content

Commit

Permalink
Bump golang from 1.20.5-alpine to 1.20.7-alpine in /docker
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent d834186 commit 64c2950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.20.5-alpine as builder
FROM golang:1.20.7-alpine as builder
WORKDIR /go/src/github.com/oliver006/redis_exporter/
RUN apk --no-cache add ca-certificates git
RUN git clone https://github.com/oliver006/redis_exporter.git .
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$GOARCH go build -o /redis_exporter .

FROM golang:1.20.5-alpine as builder2
FROM golang:1.20.7-alpine as builder2
WORKDIR /build
COPY sd/ .
RUN go mod download -x
Expand Down

0 comments on commit 64c2950

Please sign in to comment.