diff --git a/service/hugo/Containerfile b/service/hugo/Containerfile index a0c2f66..e60869c 100644 --- a/service/hugo/Containerfile +++ b/service/hugo/Containerfile @@ -1,12 +1,12 @@ -FROM docker.io/golang:1.19-bullseye AS builder +FROM docker.io/golang:1.20-bookworm AS builder WORKDIR /build ENV GOBIN=/build/bin RUN go install github.com/adnanh/webhook@latest -FROM docker.io/debian:bullseye-slim -ARG VERSION=0.104.3 +FROM docker.io/debian:bookworm-slim +ARG VERSION=0.115.4 RUN apt-get update -y && apt-get install -y --no-install-recommends \ ca-certificates curl git gettext gosu openssh-client