diff --git a/.woodpecker.yml b/.woodpecker.yml index e35dc91..88378cf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -20,7 +20,7 @@ pipeline: event: "push" matrix: include: - - ALPINE_VERSION: "3.18.3" + - ALPINE_VERSION: "3.18.4" PG_VERSION: "15" PG_VERSION_APPENDED: "15" PG_VERSION_FULL: "15.4" diff --git a/Dockerfile b/Dockerfile index efb0e2d..679315e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -ARG ALPINE_VERSION=3.13.6 -ARG BASE_IMAGE=sutty/monit +ARG ALPINE_VERSION=3.18.3 +ARG BASE_IMAGE=gitea.nulo.in/sutty/monit FROM ${BASE_IMAGE}:${ALPINE_VERSION} MAINTAINER "f " ARG PG_VERSION=13