Skip to content

Commit

Permalink
Bump golang from 1.19-alpine to 1.20-alpine (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 2, 2023
1 parent a93500e commit 4bc33f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage: Build bot using the alpine image, also install doppler in it
FROM golang:1.19-alpine AS builder
FROM golang:1.20-alpine AS builder
WORKDIR /app
COPY . .
RUN CGO_ENABLED=0 GOOS=`go env GOHOSTOS` GOARCH=`go env GOHOSTARCH` go build -o out/aliveimage
Expand Down

0 comments on commit 4bc33f9

Please sign in to comment.