Skip to content

Commit

Permalink
Bump nginx to version 1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
linusg committed Feb 26, 2024
1 parent 6a2b113 commit aa13ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN yarn install
COPY . ./
RUN yarn build

FROM nginx:1.18-alpine
FROM nginx:1.25-alpine
LABEL version="2.12.0"
LABEL description="OwnTracks Frontend"
LABEL maintainer="Linus Groh <[email protected]>"
Expand Down

0 comments on commit aa13ddd

Please sign in to comment.