Skip to content

Commit

Permalink
Merge branch 'container-maintenance' into hotfix-1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Jun 12, 2023
2 parents 3b3ad08 + 1895898 commit 59574da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/match/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
FROM php:8.1.19-apache-bullseye
FROM php:8.1.20-apache-bullseye

# Official PHP image with Apache HTTPD includes
# --with-openssl
Expand Down
2 changes: 1 addition & 1 deletion container/shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 59574da

Please sign in to comment.