From 5f4b4b478e35b62686d56c5a9547af0567462191 Mon Sep 17 00:00:00 2001
From: yyvf <yyvf@pm.me>
Date: Sat, 29 Mar 2025 00:30:57 -0300
Subject: [PATCH] ci: testing

---
 Dockerfile | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 6f267d8..72c7f86 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,12 +1,7 @@
-FROM node:latest AS build
+FROM harbor.c3sl.ufpr.br/root/docs-base:latest AS build
 
 WORKDIR /app
 
-RUN apt-get update -y && apt-get install -y golang && \
-	npm install postcss postcss-cli autoprefixer && \
-	curl -L https://github.com/gohugoio/hugo/releases/download/v0.145.0/hugo_extended_0.145.0_linux-amd64.deb -o hugo.deb && \
-	dpkg -i hugo.deb
-
 COPY . .
 
 RUN hugo
-- 
GitLab