mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
chore: update Go base image version in Dockerfile
- Changed the base image from golang:1.22.9 to golang:1.23 to leverage the latest features and improvements. - Ensured alignment with existing coding standards and maintained consistency in the Dockerfile structure.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22.9 AS build
|
||||
FROM golang:1.23 AS build
|
||||
|
||||
# Context path is the root of the repository
|
||||
|
||||
|
||||
Reference in New Issue
Block a user