Skip to content

Commit

Permalink
Bump golang from 1.20-alpine to 1.21-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.20-alpine to 1.21-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2023
1 parent 3ce77ca commit 72ac07b
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 golang image
FROM golang:1.20-alpine AS builder
FROM golang:1.21-alpine AS builder
RUN apk add --no-cache curl wget gnupg git upx
WORKDIR /app
COPY . .
Expand Down

0 comments on commit 72ac07b

Please sign in to comment.