diff --git a/Dockerfile b/Dockerfile index c953830..d2c40a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM golang:1.26.0-alpine AS builder +FROM golang:1.26.1-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 1727e1f..c804375 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,5 +1,5 @@ # Development Dockerfile with hot reload support -FROM golang:1.26.0-alpine AS development +FROM golang:1.26.1-alpine AS development # Install development tools RUN apk add --no-cache ca-certificates git tzdata make