Skip to content

Commit

Permalink
Merge pull request #134 from noxone/dependabot/docker/alpine-3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noxone authored Jun 21, 2024
2 parents 2b5ac10 + 8c2d8a9 commit 5cb87d6
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.20.0 AS local-postinstall
FROM alpine:3.20.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.20.0 AS github-postinstall
FROM alpine:3.20.1 AS github-postinstall
WORKDIR /app
RUN apk update \
&& apk add lighttpd \
Expand Down

0 comments on commit 5cb87d6

Please sign in to comment.