Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhiggins authored Jul 12, 2023
1 parent 769e16c commit 2d96bf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Buildstage ##
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal as buildstage
FROM ghcr.io/linuxserver/baseimage-ubuntu:focal-ccbac383-ls117 as buildstage
LABEL maintainer="mdhiggins <mdhiggins23@gmail.com>"

ENV SMA_PATH /usr/local/sma
Expand All @@ -26,4 +26,4 @@ COPY root/ /root-layer/

FROM scratch

COPY --from=buildstage /root-layer/ /
COPY --from=buildstage /root-layer/ /

0 comments on commit 2d96bf3

Please sign in to comment.