Skip to content

Commit

Permalink
Bump golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18 in /docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.6-alpine3.18 to 1.22.0-alpine3.18.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 5084244 commit 6c20d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM golang:1.21.6-alpine3.18 AS build
FROM golang:1.22.0-alpine3.18 AS build
WORKDIR /app
ARG VERSION_FLAGS=-ldflags=

Expand Down

0 comments on commit 6c20d58

Please sign in to comment.