Skip to content

Commit

Permalink
Merge branch 'container-maintenance' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Jun 12, 2023
2 parents 9a1dea9 + 1895898 commit ae1ef15
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.
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
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 ae1ef15

Please sign in to comment.