Skip to content

Commit

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

---
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 Sep 30, 2023
1 parent fb1ca71 commit 5b00bbb
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
@@ -1,4 +1,4 @@
FROM alpine:3.18.3 AS builder
FROM alpine:3.18.4 AS builder
ENV MERGERFS_VERSION=2.37.1

RUN apk add g++ git linux-headers make python3
Expand All @@ -9,7 +9,7 @@ RUN git checkout -b $MERGERFS_VERSION
RUN make
RUN mv build/mergerfs /bin/mergerfs

FROM alpine:3.18.3
FROM alpine:3.18.4
COPY --from=builder /bin/mergerfs /usr/local/bin/mergerfs

RUN apk --no-cache add fuse libgcc libstdc++
Expand Down

0 comments on commit 5b00bbb

Please sign in to comment.