Skip to content

Commit

Permalink
Merge pull request #6 from Bleala/dev
Browse files Browse the repository at this point in the history
perf: alpine update
  • Loading branch information
Bleala authored Aug 21, 2024
2 parents dae98d4 + 805bf4c commit 4592027
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ docker pull bleala/postfix:latest
---

## Versions
**1.0.2 - 21.08.2024:** Dependencies Update - Postfix 3.9.0, Alpine 3.20.2

**1.0.1 - 07.06.2024:** Packages Update - Postfix 3.8.6, Alpine 3.19.1

**1.0.0 - 12.04.2024:** Initial Version - Postfix 3.8.6, Alpine 3.19.1

<details>
Expand Down
8 changes: 4 additions & 4 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
### Dockerfile for a Postfix email relay service###

# Alpine Base Image
FROM alpine:3.19.1
FROM alpine:3.20.2

# Build Arguments
ARG ALPINE_VERSION="3.19.1" \
IMAGE_VERSION="1.0.1" \
POSTFIX_VERSION="3.8.6"
ARG ALPINE_VERSION="3.20.2" \
IMAGE_VERSION="1.0.2" \
POSTFIX_VERSION="3.9.0"

# Update and install packages
RUN apk update \
Expand Down

0 comments on commit 4592027

Please sign in to comment.