Skip to content

Commit

Permalink
Release/8.1 version upgrades - added 8.1.27 (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
niepi authored Jan 23, 2024
1 parent bb5082c commit 1032ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

env:
ALIAS_VERSION: '8.1'
VERSION_FOR_ALIAS: '8.1.26'
VERSION_FOR_ALIAS: '8.1.27'

jobs:
ci:
Expand All @@ -21,6 +21,7 @@ jobs:
strategy:
matrix:
php-version:
- '8.1.27'
- '8.1.26'
- '8.1.25'
- '8.1.24'
Expand Down
4 changes: 2 additions & 2 deletions 8.1/Dockerfile-alpine
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ COPY --from=composer:2.5.1 /usr/bin/composer /usr/local/bin/composer2

COPY composer /usr/local/bin
RUN chmod +x /usr/local/bin/composer
RUN apk upgrade -U libsasl libssl1.1 libssl3 openssl zlib libxml2 libretls libcrypto1.1 libcrypto3 sqlite-libs xz libuuid libmount libblkid xz-libs curl libcurl ca-certificates ca-certificates-bundle

RUN apk upgrade -U libsasl libssl3 openssl zlib libxml2 libretls libcrypto1.1 libcrypto3 sqlite-libs xz libuuid libmount libblkid xz-libs curl libcurl ca-certificates ca-certificates-bundle

RUN apk add --no-cache \
git \
Expand Down

0 comments on commit 1032ae2

Please sign in to comment.