Skip to content

Commit 3f82b46

Browse files
chore(deps): bump the all group across 2 directories with 2 updates (#2367)
Bumps the all group with 2 updates in the / directory: golang and alpine. Bumps the all group with 2 updates in the /contrib directory: golang and alpine. Updates `golang` from `b6ed3fd` to `d3f0cf7` Updates `alpine` from `4bcff63` to `4b7ce07` Updates `golang` from `b6ed3fd` to `d3f0cf7` Updates `alpine` from `4bcff63` to `4b7ce07` --- updated-dependencies: - dependency-name: golang dependency-version: alpine dependency-type: direct:production dependency-group: all - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golang dependency-version: alpine dependency-type: direct:production dependency-group: all - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 47c6cec commit 3f82b46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd as builder
1+
FROM golang:alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb as builder
22

33
RUN apk add --no-cache \
44
git \
@@ -10,7 +10,7 @@ ENV REPOSITORY github.com/future-architect/vuls
1010
COPY . $GOPATH/src/$REPOSITORY
1111
RUN cd $GOPATH/src/$REPOSITORY && make install
1212

13-
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
13+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1414

1515
ENV LOGDIR /var/log/vuls
1616
ENV WORKDIR /vuls

contrib/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:alpine@sha256:b6ed3fd0452c0e9bcdef5597f29cc1418f61672e9d3a2f55bf02e7222c014abd as builder
1+
FROM golang:alpine@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb as builder
22

33
RUN apk add --no-cache \
44
git \
@@ -14,7 +14,7 @@ RUN cd $GOPATH/src/$REPOSITORY && \
1414
make build-future-vuls && mv future-vuls $GOPATH/bin && \
1515
make build-snmp2cpe && mv snmp2cpe $GOPATH/bin
1616

17-
FROM alpine:3.22@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
17+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1818

1919
ENV LOGDIR /var/log/vuls
2020
ENV WORKDIR /vuls

0 commit comments

Comments
 (0)