Skip to content

Commit d7ea469

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/vulns-handling
2 parents 40b67cf + c908318 commit d7ea469

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU Affero General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
FROM golang:1.24.5-bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 as build
16+
FROM golang:1.24.6-bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc as build
1717
ARG GITHUB_REF_NAME
1818

1919
WORKDIR /go/src/app

Dockerfile.scanner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.5-bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 AS golang-builder
1+
FROM golang:1.24.6-bookworm@sha256:2679c15c940573aded505b2f2fbbd4e718b5172327aae3ab9f43a10a5c700dfc AS golang-builder
22

33
# set the working directory
44
WORKDIR /app

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/l3montree-dev/devguard
22

3-
go 1.24.5
3+
go 1.24.6
44

55
require (
66
github.com/CycloneDX/cyclonedx-go v0.9.2

0 commit comments

Comments
 (0)