Skip to content

Commit 2d832f7

Browse files
authored
use known version of Materials container (#472)
Signed-off-by: Brian Innes <binnes@uk.ibm.com>
1 parent 2e3cd4b commit 2d832f7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material as builder
1+
FROM squidfunk/mkdocs-material:7.1.8
22

33
RUN apk add --no-cache --update nodejs npm
44

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material as builder
1+
FROM squidfunk/mkdocs-material:7.1.8 as builder
22

33
RUN apk add --no-cache --update nodejs npm
44

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM squidfunk/mkdocs-material as builder
1+
FROM squidfunk/mkdocs-material:7.1.8
22

33
RUN apk add --no-cache --update nodejs npm
44

0 commit comments

Comments
 (0)