From a678bdd3990ed0e90b7453e3c85ff993704e6010 Mon Sep 17 00:00:00 2001 From: Marcel Zapf <57288415+Syntax3rror404@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:04:19 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ee300d..eb93024 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:alpine3.18 # Define a build-time variables -ARG REVEAL_JS_VERSION=5.0.4 +ARG REVEAL_JS_VERSION=5.1.0 # Set the working directory WORKDIR /usr/share/nginx/html