diff --git a/Dockerfile b/Dockerfile index 406bd9d..26f5fd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -# syntax=docker/dockerfile:1.4 +# syntax=docker/dockerfile:1.12 ### builder ### -FROM golang:1.20 as builder +FROM golang:1.23 as builder WORKDIR /workspace # Arguments @@ -23,7 +23,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \ " -trimpath -tags osusergo,netgo -a -o seaman ./cmd/seaman/ ### runner ### -FROM alpine:3.18 +FROM alpine:3.21 LABEL org.opencontainers.image.authors="Shota Kitazawa, Kohei Ota" LABEL org.opencontainers.image.url="https://github.com/cloudnativedaysjp/seaman"