Skip to content

Commit

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

---
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 Aug 8, 2023
1 parent e594670 commit 84c54d7
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.18.2 AS local-postinstall
FROM alpine:3.18.3 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.18.2 AS github-postinstall
FROM alpine:3.18.3 AS github-postinstall
WORKDIR /app
RUN apk update \
&& apk add lighttpd \
Expand Down

0 comments on commit 84c54d7

Please sign in to comment.