Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2023
1 parent e6684bc commit 91591cd
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.5 AS builder
FROM alpine:3.19.0 AS builder
ENV MERGERFS_VERSION=2.38.0

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.5
FROM alpine:3.19.0
COPY --from=builder /bin/mergerfs /usr/local/bin/mergerfs

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

0 comments on commit 91591cd

Please sign in to comment.