From f3d80f5e988f4e37d72c502dc33116dedc61c3e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20N=C3=A1me=C5=A1n=C3=BD?= Date: Fri, 18 Aug 2023 19:46:52 +0000 Subject: [PATCH] Update resujme --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6843daa..435e42c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN hugo mod get -u && \ FROM nginx:stable-alpine COPY --from=build /app/public /usr/share/nginx/html/ -RUN wget https://github.com/LordMathis/resume/releases/download/2023-08-08/resume.pdf -O /usr/share/nginx/html/namesny_matus_resume.pdf \ No newline at end of file +RUN wget https://github.com/LordMathis/resume/releases/download/2023-08-16/resume.pdf -O /usr/share/nginx/html/namesny_matus_resume.pdf \ No newline at end of file