Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'container-maintenance' into develop
skoranda committed Jun 12, 2023
2 parents 9a1dea9 + 1895898 commit ae1ef15
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/match/base/Dockerfile
@@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG PHP_IMAGE_VERSION=8.1.19
ARG PHP_IMAGE_VERSION=8.1.20
FROM php:${PHP_IMAGE_VERSION}-apache-bullseye

# Official PHP image with Apache HTTPD includes
2 changes: 1 addition & 1 deletion container/shibboleth-sp-base/Dockerfile
@@ -28,7 +28,7 @@ ARG XMLSECC_VERSION
ENV XMLSECC_VERSION=${XMLSECC_VERSION:-2.0.4}

ARG XMLTOOLING_VERSION
ENV XMLTOOLING_VERSION=${XMLTOOLING_VERSION:-3.2.2}
ENV XMLTOOLING_VERSION=${XMLTOOLING_VERSION:-3.2.4}

ARG OPENSAMLC_VERSION
ENV OPENSAMLC_VERSION=${OPENSAMLC_VERSION:-3.2.1}

0 comments on commit ae1ef15

Please sign in to comment.