update docker container version
Some checks failed
Build and publish the docker image / build (push) Failing after 15s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-01-19 22:43:20 +03:00
parent d105c22d0a
commit f016463aa4
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D

View File

@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine3.19 AS build FROM golang:1.23.5 AS build
WORKDIR /app WORKDIR /app