Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/peter-evans/docker…
Browse files Browse the repository at this point in the history
…hub-description-4
  • Loading branch information
noxone authored Jan 29, 2024
2 parents 6e1ad54 + 0b0f88e commit 2528674
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
Expand Up @@ -32,15 +32,15 @@ RUN rm /app/build/distributions/mahjong-points.js.map
#**************************************

# local build only
FROM alpine:3.19.0 AS local-postinstall
FROM alpine:3.19.1 AS local-postinstall
WORKDIR /app
RUN apk update \
&& apk add lighttpd \
&& rm -rf /var/cache/apk/*
COPY --from=TEMP_BUILD_IMAGE /app/build/distributions /var/www/localhost/htdocs

# github action only
FROM alpine:3.19.0 AS github-postinstall
FROM alpine:3.19.1 AS github-postinstall
WORKDIR /app
RUN apk update \
&& apk add lighttpd \
Expand Down

0 comments on commit 2528674

Please sign in to comment.