Skip to content

Commit

Permalink
⬆️ Update alpine Docker tag to v3.21 (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent 1563f58 commit 3ccc17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matter-server-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN \
--no-update-notifier \
&& npm run build

FROM alpine:3.20
FROM alpine:3.21

COPY --from=build /app/matter-server-ui/build /static
COPY --from=gobuild /app/wsproxy /app/main
Expand Down

0 comments on commit 3ccc17a

Please sign in to comment.