Skip to content

Commit

Permalink
Upgrade alpine to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 9, 2023
1 parent 4002724 commit d8471c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md)

## HEAD
## 1.7.0

- Upgrade all internal APIs to propogate Context
- Upgrade `redis/go-redis` to the new v9 driver, requires Redis v6.0+ and RESP3
- Upgrade `datadog-go` to the new v5 driver
- Upgrade to Go 1.20
- Upgrade to Go 1.20 and Alpine 3.17

## 1.6.2

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.16
FROM alpine:3.17
ARG TARGETPLATFORM
RUN apk add --no-cache redis ca-certificates socat
COPY ./tmp/$TARGETPLATFORM /faktory
Expand Down

0 comments on commit d8471c5

Please sign in to comment.