Skip to content

Commit 015560b

Browse files
dependabot[bot]bernot-dev
authored andcommitted
fix(deps): bump golang from 1.24.0 to 1.24.1 in /cmd/rule-evaluator
Bumps golang from 1.24.0 to 1.24.1. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9dbd12e commit 015560b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/rule-evaluator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.0@sha256:3f7444391c51a11a039bf0359ee81cc64e663c17d787ad0e637a4de1a3f62a71 as buildbase
15+
FROM golang:1.24.1@sha256:c5adecdb7b3f8c5ca3c88648a861882849cc8b02fed68ece31e25de88ad13418 as buildbase
1616
WORKDIR /app
1717
COPY go.mod go.mod
1818
COPY go.sum go.sum

0 commit comments

Comments
 (0)