Skip to content

Commit eccd169

Browse files
chore(deps): bump alpine from 3.16.2 to 3.22.2
Bumps alpine from 3.16.2 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b9429d commit eccd169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY . .
2424
RUN CGO_ENABLED=0
2525
RUN go install ./cmd
2626

27-
FROM alpine:3.16.2
27+
FROM alpine:3.22.2
2828
COPY --from=build-env /go/bin/cmd /
2929
COPY --from=build-env /go/src/frain-dev/convoy/internal/email/templates/* templates/
3030
COPY --from=build-env /go/src/frain-dev/convoy/configs/local/start.sh /

release.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.1
1+
FROM alpine:3.22.2
22

33
# Define a build-time argument
44
ARG IMAGE_SHA

0 commit comments

Comments
 (0)