Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent c83d64a commit f53f909
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,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.16-alpine
FROM golang:1.21-alpine

WORKDIR /app

Expand Down

0 comments on commit f53f909

Please sign in to comment.