Skip to content

Commit

Permalink
Merge pull request #84 from seart-group/dependabot/docker/deployment/…
Browse files Browse the repository at this point in the history
…server/master/node-22.5.1-alpine

Bump node from 22.5.0-alpine to 22.5.1-alpine in /deployment/server
  • Loading branch information
seart-bot authored Jul 22, 2024
2 parents 83eb20a + e81b02f commit 53e27a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.5.0-alpine AS build
FROM node:22.5.1-alpine AS build

WORKDIR /build

Expand All @@ -19,7 +19,7 @@ RUN apk update --quiet && \
npm run --silent minify && \
rm -rf node_modules

FROM node:22.5.0-alpine
FROM node:22.5.1-alpine
LABEL maintainer="Ozren Dabić ([email protected])"

ENV TZ=UTC \
Expand Down

0 comments on commit 53e27a5

Please sign in to comment.