Skip to content

Commit

Permalink
update alpine and phpmyadmin
Browse files Browse the repository at this point in the history
  • Loading branch information
mhzawadi committed Jan 28, 2025
1 parent 8183cd4 commit 4335687
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
@@ -1,4 +1,4 @@
FROM alpine:3.20
FROM alpine:3.21
LABEL org.opencontainers.image.authors="[email protected]"

# Install required deb packages
Expand All @@ -14,7 +14,7 @@ RUN apk update && \
ln -s /usr/bin/php82 /usr/bin/php;

# Calculate download URL
ENV VERSION=5.2.1
ENV VERSION=5.2.2
ENV URL=https://files.phpmyadmin.net/phpMyAdmin/${VERSION}/phpMyAdmin-${VERSION}-all-languages.tar.xz
LABEL version=$VERSION

Expand Down

0 comments on commit 4335687

Please sign in to comment.