diff --git a/deployments/Dockerfile b/deployments/Dockerfile index 4e42d68..08d9b3f 100644 --- a/deployments/Dockerfile +++ b/deployments/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build -FROM golang:1.24-alpine AS builder +FROM golang:1.26-alpine AS builder ARG VERSION=dev RUN apk add --no-cache git WORKDIR /build diff --git a/deployments/Dockerfile.action b/deployments/Dockerfile.action index 0aece87..dde91e0 100644 --- a/deployments/Dockerfile.action +++ b/deployments/Dockerfile.action @@ -1,5 +1,5 @@ # Build stage — compile the Go binary -FROM golang:1.24-alpine AS builder +FROM golang:1.26-alpine AS builder RUN apk add --no-cache git diff --git a/deployments/Dockerfile.dev b/deployments/Dockerfile.dev index 1c36d31..88b52af 100644 --- a/deployments/Dockerfile.dev +++ b/deployments/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine +FROM golang:1.26-alpine RUN apk add --no-cache git nodejs npm ca-certificates tzdata curl coreutils gosu