Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Bump library/golang from 1.21.5-alpine to 1.21.6-alpine (#11)
Browse files Browse the repository at this point in the history
* Bump library/golang from 1.21.5-alpine to 1.21.6-alpine

Bumps library/golang from 1.21.5-alpine to 1.21.6-alpine.

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

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

* Update go.mod

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kalle (jag) <2477952+applejag@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and applejag authored Jan 15, 2024
1 parent b8fea49 commit e79c054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: CC0-1.0

FROM docker.io/library/golang:1.21.5-alpine AS build
FROM docker.io/library/golang:1.21.6-alpine AS build

WORKDIR /opt/ri-forward-webhook
COPY go.mod go.sum .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module github.com/RiskIdent/ri-forward-webhook

go 1.21.5
go 1.21.6

require (
github.com/gin-gonic/gin v1.9.1
Expand Down

0 comments on commit e79c054

Please sign in to comment.