Skip to content

Commit

Permalink
chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster in /build
Browse files Browse the repository at this point in the history
Bumps golang from 1.18.1-buster to 1.18.2-buster.

---
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 May 12, 2022
1 parent 59e673d commit 3a2137c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build golang app
FROM golang:1.18.1-buster AS builder
FROM golang:1.18.2-buster AS builder

WORKDIR /go/src/github.com/klaasjand/lagoon

Expand Down

0 comments on commit 3a2137c

Please sign in to comment.