Added docs
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
# Start from the official Golang image for building
|
||||
FROM golang:1.22-alpine AS builder
|
||||
FROM golang:1.23.11-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
RUN go mod download
|
||||
RUN go build -o app main.go
|
||||
RUN go build -o app .
|
||||
|
||||
# Use a minimal image for running
|
||||
FROM alpine:latest
|
||||
|
||||
Reference in New Issue
Block a user