Compare commits

...

2 Commits

Author SHA1 Message Date
dependabot[bot]
562ad5eda8 Merge 91773b8aa0 into 8eea7d33f8 2023-10-09 21:18:13 +00:00
dependabot[bot]
91773b8aa0 Bump golang from 1.20-alpine to 1.21-alpine
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>
2023-10-09 21:18:12 +00:00

View File

@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.21-alpine as builder
WORKDIR /app
COPY go.* .