Bump nginx to version 1.27

This commit is contained in:
Linus Groh
2024-06-14 17:43:44 +02:00
parent d5c87a8727
commit 31bf39795c
+1 -1
View File
@@ -5,7 +5,7 @@ RUN npm install
COPY . ./
RUN npm run build
FROM nginx:1.25-alpine
FROM nginx:1.27-alpine
LABEL version="2.15.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"