hugo: Update to version 0.115.4, Debian Bookworm

This commit is contained in:
Alex Palaistras 2023-07-30 20:37:44 +01:00
parent 2889f2870a
commit 17fc39ac02

View File

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