From 279e10e0d573710183f182fcec35b7e093a19c39 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 7 Apr 2024 14:36:26 -0400 Subject: [PATCH] Update --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e65382e..13cac39 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: plugins/docker settings: repo: git.clortox.com/infrastructure/gluttony-cluster-postgresql - registry: git.clortox.com + #registry: git.clortox.com username: from_secret: gitea_docker_username password: diff --git a/Dockerfile b/Dockerfile index d612fd8..05f171a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build container -FROM debian:bullseye-slim as builder +FROM docker.io/debian:bullseye-slim as builder # Update package lists and install necessary packages in the build container RUN apt-get update && \