Skip to content

Commit

Permalink
Bump alpine from 3.20.0 to 3.20.1
Browse files Browse the repository at this point in the history
Bumps alpine from 3.20.0 to 3.20.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2024
1 parent d664474 commit 8c2d8a9
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 8c2d8a9

Please sign in to comment.