Merge pull request 'chore(deps): update golang docker tag to v1.23.1' (#5) from renovate/golang-1.x into main
ci/woodpecker/push/build Pipeline was successful Details

Reviewed-on: #5
This commit is contained in:
Aire-One 2024-09-07 22:24:59 +02:00
commit 579eb1b38f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM golang:1.22.4 AS builder
FROM golang:1.23.1 AS builder
WORKDIR /app