1
0
mirror of https://github.com/H0llyW00dzZ/GoGenAI-Terminal-Chat.git synced 2025-02-06 11:00:02 +00:00

Fix docker

- [+] build(Dockerfile): update Go version from 1.22.1 to 1.22.3
This commit is contained in:
H0llyW00dzZ 2024-05-15 08:56:34 +07:00
parent 022ccfcfea
commit 7512bb0376
Signed by: H0llyW00dzZ
GPG Key ID: 05C7FFFC0845C930

View File

@ -1,5 +1,5 @@
# Start from the official Go image to build our application.
FROM golang:1.22.1 as builder
FROM golang:1.22.3 as builder
# Set the working directory inside the container.
WORKDIR /app