Skip to content

Commit 72485ef

Browse files
committed
Updates base images
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent 20fe9a9 commit 72485ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
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.3-bookworm@sha256:89a04cc2e2fbafef82d4a45523d4d4ae4ecaf11a197689036df35fef3bde444a as build
16+
FROM golang:1.24.5-bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 as build
1717
ARG GITHUB_REF_NAME
1818

1919
WORKDIR /go/src/app
@@ -24,7 +24,7 @@ ENV FLAGS="ldflags='-X main.release=devguard@${GITHUB_REF_NAME}'"
2424
RUN CGO_ENABLED=0 make devguard
2525
RUN CGO_ENABLED=0 make devguard-cli
2626

27-
FROM gcr.io/distroless/static-debian12@sha256:d9f9472a8f4541368192d714a995eb1a99bab1f7071fc8bde261d7eda3b667d8
27+
FROM gcr.io/distroless/static-debian12@sha256:b7b9a6953e7bed6baaf37329331051d7bdc1b99c885f6dbeb72d75b1baad54f9
2828

2929
WORKDIR /
3030

Dockerfile.scanner

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.2@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 AS golang-builder
1+
FROM golang:1.24.5-bookworm@sha256:ef8c5c733079ac219c77edab604c425d748c740d8699530ea6aced9de79aea40 AS golang-builder
22

33
# set the working directory
44
WORKDIR /app
@@ -32,7 +32,7 @@ COPY . .
3232
RUN CGO_ENABLED=0 make devguard-scanner
3333
# ----------------------
3434
# create final image with node:alpine
35-
FROM alpine:3.21.3@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
35+
FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
3636

3737
RUN apk add --no-cache git python3
3838
RUN python3 -m venv /usr/local/bin/venv && \

0 commit comments

Comments
 (0)