Skip to content

Commit

Permalink
fixup docker build platform
Browse files Browse the repository at this point in the history
  • Loading branch information
pldubouilh committed Aug 30, 2024
1 parent 5d94ed9 commit c8c8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /gossaSrc
COPY . /gossaSrc
RUN make

FROM docker.io/library/alpine:3.20
FROM alpine:3.20
ENV UID="1000" GID="1000" HOST="0.0.0.0" PORT="8001" PREFIX="/" FOLLOW_SYMLINKS="false" SKIP_HIDDEN_FILES="true" DATADIR="/shared" READONLY="false" VERB="false"
COPY --from=builder /gossaSrc/gossa /gossa
RUN addgroup -g ${GID} user \
Expand Down

0 comments on commit c8c8478

Please sign in to comment.