Skip to content

Commit

Permalink
Merge pull request #545 from pzaino/develop
Browse files Browse the repository at this point in the history
Upgraded to go lang 1.23.6 to close some CVEs and Improved XHR filtering
  • Loading branch information
pzaino authored Feb 22, 2025
2 parents baee832 + 6efd871 commit 5265096
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 86 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.events
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage (using golang:1.23.5)
FROM golang@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS builder
# Build stage (using golang:1.23.6)
FROM golang@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS builder

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add --no-cache bash
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.searchapi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage (using golang:1.23.5)
FROM golang@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS builder
# Build stage (using golang:1.23.6)
FROM golang@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS builder

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add --no-cache bash
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.thecrowler
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage (using golang:1.23.5)
FROM golang@sha256:47d337594bd9e667d35514b241569f95fb6d95727c24b19468813d596d5ae596 AS builder
# Build stage (using golang:1.23.6)
FROM golang@sha256:f8113c4b13e2a8b3a168dceaee88ac27743cc84e959f43b9dbd2291e9c3f57a0 AS builder

RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
RUN apk add --no-cache bash
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
module github.com/pzaino/thecrowler

go 1.23.5
go 1.23.6

require (
github.com/PuerkitoBio/goquery v1.10.2
github.com/aws/aws-sdk-go v1.55.6
github.com/lib/pq v1.10.9
github.com/tebeka/selenium v0.9.9
gopkg.in/yaml.v2 v2.4.0
)

Expand Down
Loading

0 comments on commit 5265096

Please sign in to comment.