Skip to content

Commit

Permalink
Upgrade Alpine to 3.16 version
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed May 26, 2022
1 parent 05d065b commit 57c179d
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 16 deletions.
2 changes: 1 addition & 1 deletion 1.3/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php

# https://hub.docker.com/_/php
FROM php:7.4-fpm-alpine3.15
FROM php:7.4-fpm-alpine3.16

ARG roundcube_ver=1.3.17
ARG s6_overlay_ver=3.1.0.1
Expand Down
2 changes: 1 addition & 1 deletion 1.4/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php

# https://hub.docker.com/_/php
FROM php:7.4-fpm-alpine3.15
FROM php:7.4-fpm-alpine3.16

ARG roundcube_ver=1.4.13
ARG s6_overlay_ver=3.1.0.1
Expand Down
2 changes: 1 addition & 1 deletion 1.5/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# DO NOT EDIT THIS FILE DIRECTLY, USE /Dockerfile.tmpl.php

# https://hub.docker.com/_/php
FROM php:8.1-fpm-alpine3.15
FROM php:8.1-fpm-alpine3.16

ARG roundcube_ver=1.5.2
ARG s6_overlay_ver=3.1.0.1
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@ All user visible changes to this project will be documented in this file. This p



## [1.5.2-r6] · 2022-05-26
[1.5.2-r6]: /../../tree/1.5.2-r6

[Diff](/../../compare/1.5.2-r5...1.5.2-r6)

### Upgraded

- [Alpine Linux] 3.16: <https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html>




## [1.4.13-r6] · 2022-05-26
[1.4.13-r6]: /../../tree/1.4.13-r6

[Diff](/../../compare/1.4.13-r5...1.4.13-r6)

### Upgraded

- [Alpine Linux] 3.16: <https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html>




## [1.3.17-r7] · 2022-05-26
[1.3.17-r7]: /../../tree/1.3.17-r7

[Diff](/../../compare/1.3.17-r6...1.3.17-r7)

### Upgraded

- [Alpine Linux] 3.16: <https://www.alpinelinux.org/posts/Alpine-3.16.0-released.html>




## [1.5.2-r5] · 2022-04-06
[1.5.2-r5]: /../../tree/1.5.2-r5

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.tmpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<? if ($isApacheImage) { ?>
FROM php:<?= $phpVer; ?>-apache
<? } else { ?>
FROM php:<?= $phpVer; ?>-fpm-alpine3.15
FROM php:<?= $phpVer; ?>-fpm-alpine3.16
<? } ?>

ARG roundcube_ver=<?= $RoundcubeVer."\n"; ?>
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ NAMESPACES := instrumentisto \
quay.io/instrumentisto
NAME := roundcube
ALL_IMAGES := \
1.5/apache:1.5.2-r5-apache,1.5.2-apache,1.5-apache,1-apache,apache,latest \
1.5/fpm:1.5.2-r5-fpm,1.5.2-fpm,1.5-fpm,1-fpm,fpm \
1.4/apache:1.4.13-r5-apache,1.4.13-apache,1.4-apache \
1.4/fpm:1.4.13-r5-fpm,1.4.13-fpm,1.4-fpm \
1.3/apache:1.3.17-r6-apache,1.3.17-apache,1.3-apache \
1.3/fpm:1.3.17-r6-fpm,1.3.17-fpm,1.3-fpm
1.5/apache:1.5.2-r6-apache,1.5.2-apache,1.5-apache,1-apache,apache,latest \
1.5/fpm:1.5.2-r6-fpm,1.5.2-fpm,1.5-fpm,1-fpm,fpm \
1.4/apache:1.4.13-r6-apache,1.4.13-apache,1.4-apache \
1.4/fpm:1.4.13-r6-fpm,1.4.13-fpm,1.4-fpm \
1.3/apache:1.3.17-r7-apache,1.3.17-apache,1.3-apache \
1.3/fpm:1.3.17-r7-fpm,1.3.17-fpm,1.3-fpm
# <Dockerfile>:<version>,<tag1>,<tag2>,...

# Default is first image from ALL_IMAGES list.
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Roundcube Webmail Docker image

## Supported tags and respective `Dockerfile` links

- [`1.5.2-r5-apache`, `1.5.2-apache`, `1.5-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.5.2-r5-fpm`, `1.5.2-fpm`, `1.5-fpm`, `1-fpm`, `fpm`][102]
- [`1.4.13-r5-apache`, `1.4.13-apache`, `1.4-apache`][103]
- [`1.4.13-r5-fpm`, `1.4.13-fpm`, `1.4-fpm`][104]
- [`1.3.17-r6-apache`, `1.3.17-apache`, `1.3-apache`][105]
- [`1.3.17-r6-fpm`, `1.3.17-fpm`, `1.3-fpm`][106]
- [`1.5.2-r6-apache`, `1.5.2-apache`, `1.5-apache`, `1-apache`, `apache`, `latest`][101]
- [`1.5.2-r6-fpm`, `1.5.2-fpm`, `1.5-fpm`, `1-fpm`, `fpm`][102]
- [`1.4.13-r6-apache`, `1.4.13-apache`, `1.4-apache`][103]
- [`1.4.13-r6-fpm`, `1.4.13-fpm`, `1.4-fpm`][104]
- [`1.3.17-r7-apache`, `1.3.17-apache`, `1.3-apache`][105]
- [`1.3.17-r7-fpm`, `1.3.17-fpm`, `1.3-fpm`][106]



Expand Down

0 comments on commit 57c179d

Please sign in to comment.