Skip to content

Commit

Permalink
⬆️ Bump golang in /docker/production
Browse files Browse the repository at this point in the history
Bumps golang from 1.21.2-alpine to 1.21.3-alpine.

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

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

FROM golang:1.21.2-alpine AS build
FROM golang:1.21.3-alpine AS build

RUN apk add --update --no-cache git

Expand Down

0 comments on commit de4d02c

Please sign in to comment.