Skip to content
Merged

Php8 #11

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
ARG NAME_IMAGE_BASE='php'
ARG NAME_IMAGE_TAG='8.0-fpm-alpine3.13'
ARG NAME_IMAGE_TAG='8.1-fpm-alpine3.15'

FROM ${NAME_IMAGE_BASE}:${NAME_IMAGE_TAG}

ARG BUILD_ID="unknown"
ARG COMMIT_ID="unknown"
ARG VERSION_OS='3.13'
ARG VERSION_PHP='8.0'
ARG VERSION_OS='3.15'
ARG VERSION_PHP='8.1'

LABEL \
ALPINE="$VERSION_OS" \
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ effort to acknowledge your contributions.

| Version | Supported |
| ------- | ------------------ |
| 1+ | :heavy_check_mark: |
| 1+ | :x: |
| 2+ | :heavy_check_mark: |

## Reporting a Vulnerability
Expand Down