Skip to content

Commit 40f1b8b

Browse files
committed
Update tests
1 parent 89003ae commit 40f1b8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Prepare
4949
run: |
5050
if [ "$OS_TYPE" = "alpine" ]; then
51-
docker pull alpine:3.21
51+
docker pull alpine:3.22
5252
docker pull "$DOCKER_USER/ipsec-vpn-server"
5353
elif [ "$OS_TYPE" = "debian" ]; then
5454
docker pull debian:bookworm-slim
@@ -62,7 +62,7 @@ jobs:
6262
BASE_UPDATED=false
6363
6464
if [ "$OS_TYPE" = "alpine" ]; then
65-
base_ts=$(docker inspect --format='{{.Created}}' alpine:3.21)
65+
base_ts=$(docker inspect --format='{{.Created}}' alpine:3.22)
6666
image_ts=$(docker inspect --format='{{.Created}}' "$DOCKER_USER/ipsec-vpn-server")
6767
elif [ "$OS_TYPE" = "debian" ]; then
6868
base_ts=$(docker inspect --format='{{.Created}}' debian:bookworm-slim)

0 commit comments

Comments
 (0)