Skip to content

Commit

Permalink
upgrade to frontend v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
koestler committed Jul 10, 2023
1 parent 7adc854 commit f4dbe92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN groupadd -g 1000 app && \
RUN chown app:app /go-webcam

# use already compiled frontend
FROM ghcr.io/koestler/js-webcam:v0.4.0 AS js-builder
FROM ghcr.io/koestler/js-webcam:v0.4.1 AS js-builder

# build final image
FROM scratch
Expand Down

0 comments on commit f4dbe92

Please sign in to comment.