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