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:
parent
022ccfcfea
commit
7512bb0376
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user