From d8471c5ab038739ceee0992e34366d5c614fbb0a Mon Sep 17 00:00:00 2001 From: Mike Perham Date: Tue, 9 May 2023 09:15:28 -0700 Subject: [PATCH] Upgrade alpine to 3.17 --- Changes.md | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Changes.md b/Changes.md index a99aaca..37a36ce 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 58e0322..6d8f716 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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