Skip to content

Commit

Permalink
Merge pull request #4394 from mendersoftware/dependabot/docker/nginxi…
Browse files Browse the repository at this point in the history
…nc/nginx-unprivileged-1.25.5-alpine

chore: Bump nginxinc/nginx-unprivileged from 1.25.4-alpine to 1.25.5-alpine
  • Loading branch information
mzedel committed May 13, 2024
2 parents 15f2b3b + 77d8945 commit f992407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . ./
RUN npm run build


FROM nginxinc/nginx-unprivileged:1.25.4-alpine AS unprivileged
FROM nginxinc/nginx-unprivileged:1.25.5-alpine AS unprivileged
EXPOSE 8090
WORKDIR /var/www/mender-gui/dist
ARG GIT_COMMIT_TAG
Expand Down

0 comments on commit f992407

Please sign in to comment.