Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent fd456b2 commit ec50a51
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 @@
# syntax=docker/dockerfile:1.6.0-labs
FROM --platform=linux/amd64 golang:1.21-alpine AS build
FROM --platform=linux/amd64 golang:1.22-alpine AS build

ARG PKG_NAME
ARG TARGETOS
Expand Down

0 comments on commit ec50a51

Please sign in to comment.