Skip to content

Commit

Permalink
Bump golang from 1.18.5-alpine to 1.19.0-alpine in /docker/prod (#24)
Browse files Browse the repository at this point in the history
Bumps golang from 1.18.5-alpine to 1.19.0-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2022
1 parent e7cf264 commit add0f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/prod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.5-alpine as build-stage
FROM golang:1.19.0-alpine as build-stage

RUN apk --no-cache add \
g++ \
Expand Down

0 comments on commit add0f26

Please sign in to comment.