Skip to content

Commit

Permalink
Make Dockerfile compatible with dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
akheron committed Sep 23, 2024
1 parent 2355cec commit 3066f1d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#
# SPDX-License-Identifier: LGPL-2.1-or-later

ARG NGINX_VERSION=1.26.2-otel

FROM node:20.17.0-bookworm-slim AS builder
ARG CACHE_BUST

Expand Down Expand Up @@ -45,7 +43,7 @@ ENV APP_COMMIT="$commit"
RUN export NODE_OPTIONS="--max-old-space-size=4096" \
&& yarn build

FROM nginx:${NGINX_VERSION}
FROM nginx:1.26.2-otel
ARG CACHE_BUST

LABEL maintainer="https://github.com/espoon-voltti/evaka"
Expand Down

0 comments on commit 3066f1d

Please sign in to comment.