Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
aguilita1 committed Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent d2e656e commit a9cf5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -22,12 +22,12 @@ FROM php:8.3.4-cli-alpine3.18
MAINTAINER Sample Sync App <[email protected]>

# Added meta-data about this app
ARG APP_VERSION="1.0.5"
ARG APP_VERSION="1.0.6"
LABEL vendor=REVOLVE \
com.github.aguilita1.is-beta="false" \
com.github.aguilita1.is-production="true" \
com.github.aguilita1.version=$APP_VERSION \
com.github.aguilita1.release-date="2024-03-05"
com.github.aguilita1.release-date="2024-03-17"

# Install bash, and time zone data programs.
RUN apk update && apk upgrade && apk add \

0 comments on commit a9cf5fd

Please sign in to comment.