Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 12, 2025
1 parent b99930b commit b8102ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) RoseSecurity
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.23 AS build
FROM golang:1.24 AS build

# Install Terramaid
RUN go install github.com/RoseSecurity/terramaid@latest
Expand Down

0 comments on commit b8102ed

Please sign in to comment.