Skip to content

Commit

Permalink
Merge pull request #581 from noxone/dependabot/docker/alpine-3.21.3
Browse files Browse the repository at this point in the history
build(deps): bump alpine from 3.21.2 to 3.21.3
  • Loading branch information
noxone authored Feb 17, 2025
2 parents ebd8757 + 9839343 commit ae91aa8
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/regex-generator.js.map
#**************************************

# local build only
FROM alpine:3.21.2 AS local-postinstall
FROM alpine:3.21.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.21.2 AS github-postinstall
FROM alpine:3.21.3 AS github-postinstall
WORKDIR /app
RUN apk update \
&& apk add lighttpd \
Expand Down

0 comments on commit ae91aa8

Please sign in to comment.