Skip to content

Commit 5301b30

Browse files
committed
Bump revision
1 parent 688c548 commit 5301b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-push-docker-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CURRENT_VERSION: 27.5.1
10-
BUILD_NUMBER: 0
10+
BUILD_NUMBER: 1
1111
LATEST_UBUNTU_VERSION: "24.04"
1212

1313
jobs:

create_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
DOCKER_VERSION="27.5.1"
5-
BUILD_NUMBER="0"
5+
BUILD_NUMBER="1"
66
LATEST_UBUNTU_VERSION="24.04"
77

88
declare -A ubuntu_versions=(

0 commit comments

Comments
 (0)