Skip to content

Commit

Permalink
Update Readme, version
Browse files Browse the repository at this point in the history
  • Loading branch information
thohng committed May 8, 2024
1 parent bb27d85 commit 439acd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CrushFTP 10 Server provides FTP, Implicit FTPS, SFTP, HTTP, or HTTPS

## Docker Specifications

- Base: Alpine 3.13 Linux, OpenJDK 17, `eclipse-temurin:17-jre-alpine`
- Base: Alpine 3.19 Linux, OpenJDK 17, `eclipse-temurin:17-jre-alpine`
- CrushFTP 10 (v10.7.1) (required commercial license [pricing](https://www.crushftp.com/pricing.html))
- Dockerfile: https://github.com/NetLah/docker-crushftp

Expand Down
2 changes: 1 addition & 1 deletion crushftp-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This intermediate docker image contains crushftp.zip for next docker build image

## Docker Specifications

- Base: Alpine 3.13 Linux
- Base: Alpine 3.19 Linux
- CrushFTP 10 (v10.7.1)
- Repository: [hub.docker.com/r/netlah/crushftp](hub.docker.com/r/netlah/crushftp)
- Docker: [hub.docker.com/r/netlah/crushftp-source](hub.docker.com/r/netlah/crushftp-source)
Expand Down
2 changes: 1 addition & 1 deletion crushftp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ EXPOSE 21 2222 443 8080 9090
LABEL org.opencontainers.image.authors="https://github.com/NetLah" \
org.opencontainers.image.url="https://hub.docker.com/r/netlah/crushftp" \
org.opencontainers.image.source="https://github.com/NetLah/docker-crushftp" \
org.opencontainers.image.description="CrushFTP 10 server on Alpine Linux 3.13 and OpenJDK 17." \
org.opencontainers.image.description="CrushFTP 10 server on Alpine Linux 3.19 and OpenJDK 17." \
org.opencontainers.image.version="$CRUSHFTP_VERSION"\
version="$CRUSHFTP_VERSION"

0 comments on commit 439acd5

Please sign in to comment.