From 17fc39ac02fe1e721a24c9a2054e61a7b0d745ad Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sun, 30 Jul 2023 20:37:44 +0100 Subject: [PATCH] hugo: Update to version 0.115.4, Debian Bookworm --- service/hugo/Containerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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