Skip to content

Commit

Permalink
bump alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 20, 2024
1 parent 1a44b65 commit ec73667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory
and Faktory will automatically enable TLS on port 7419 and 7420.
- Unwrap and display ActiveJob class names [#460, ibrahima]
- Add Go client API so batches can push jobs in bulk [#437, tylerian]
- Go 1.22, go-redis 9.5.1
- Go 1.22, go-redis 9.5.1, alpine 3.18

## 1.8.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.17
FROM alpine:3.18
ARG TARGETPLATFORM
RUN apk add --no-cache redis ca-certificates socat
COPY ./tmp/$TARGETPLATFORM /faktory
Expand Down

0 comments on commit ec73667

Please sign in to comment.