From 367a816cade114e7c7dea85520f84d444f4ed7d6 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 22 Jun 2026 19:56:35 +0700 Subject: feat: jenkinsfile for local jenkins server --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 44d1ea2..58ba7f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.26-alpine3.23 AS build-stage +FROM golang:1.26.4-alpine3.24 AS build-stage RUN apk add --no-cache sqlite-dev musl-dev gcc @@ -7,7 +7,7 @@ COPY . . RUN go mod download RUN CGO_ENABLED=1 go build -o sayana-web . -FROM alpine:3.23 AS runtime-stage +FROM alpine:3.24 AS runtime-stage ENV ENVIRONMENT="" ENV AUTH_SALT="" -- cgit v1.3.1+13