From a3aa1dd07abfbbb27a7dfeeb536a6fcc51709256 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Wed, 8 Apr 2026 08:22:40 +0700 Subject: feat: update all github actions, golang dependencies, golang to 1.26, alpine to 3.23 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 7230149..5c38111 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.3-alpine3.22 AS build-stage +FROM golang:1.26-alpine3.23 AS build-stage RUN apk add --no-cache sqlite-dev musl-dev gcc @@ -6,7 +6,7 @@ WORKDIR /builddir COPY . . RUN CGO_ENABLED=1 go build -o sayana-web . -FROM alpine:3.22.2 AS runtime-stage +FROM alpine:3.23 AS runtime-stage ENV ENVIRONMENT="" ENV AUTH_SALT="" -- cgit v1.3.1+13