Skip to content

Commit

Permalink
Updates node docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Jun 11, 2024
1 parent f85ab64 commit cee6637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/spa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM alpine/git as git
ARG REPOSITORY=https://github.com/buggregator/buggregator.dev
RUN git clone $REPOSITORY /app

FROM node:21-alpine
FROM node:22-alpine

ARG APP_VERSION=1.0.0
ENV APP_VERSION=$APP_VERSION
Expand Down

0 comments on commit cee6637

Please sign in to comment.