Skip to content

Commit 2350d26

Browse files
chore(deps): update nginx docker tag to v1.29 (#37)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b84180b commit 2350d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARG API_BASE_URL
1010
ENV API_BASE_URL=${API_BASE_URL}
1111
RUN npm run build
1212

13-
FROM nginx:1.28-alpine
13+
FROM nginx:1.29-alpine
1414
WORKDIR /usr/share/nginx/html
1515
COPY --from=build /app/dist/ ./
1616
EXPOSE 80

0 commit comments

Comments
 (0)