diff --git a/Dockerfile b/Dockerfile index b38c12a..1986d8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.26.5-alpine AS builder +FROM golang:1.27.0-alpine AS builder # Install ca-certificates for HTTPS requests RUN apk add --no-cache ca-certificates git tzdata diff --git a/Dockerfile.dev b/Dockerfile.dev index e363233..9ff74da 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,5 +1,5 @@ # Development Dockerfile with hot reload support -FROM golang:1.26.5-alpine AS development +FROM golang:1.27.0-alpine AS development # Install development tools RUN apk add --no-cache ca-certificates git tzdata make