Skip to content

Commit

Permalink
fix(deps): bump golang from 1.22.4 to 1.23.4 in /cmd/rule-evaluator
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.4 to 1.23.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bernot-dev committed Jan 10, 2025
1 parent 5a7b37f commit 4cc32e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rule-evaluator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22.4@sha256:969349b8121a56d51c74f4c273ab974c15b3a8ae246a5cffc1df7d28b66cf978 as buildbase
FROM golang:1.23.4@sha256:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 as buildbase
WORKDIR /app
COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit 4cc32e9

Please sign in to comment.