Skip to content

Commit 3d83696

Browse files
Bump alpine from 20231219 to 20240329
Bumps alpine from 20231219 to 20240329. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2edbd2e commit 3d83696

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN go vet -v
88

99
RUN CGO_ENABLED=0 go build -o /go/bin/app
1010

11-
FROM alpine:20231219
11+
FROM alpine:20240329
1212

1313
RUN apk add supervisor
1414
COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

Dockerfile.dev

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /go/src/app/cmd
77

88
RUN CGO_ENABLED=0 go build -o /go/bin/app
99

10-
FROM alpine:20231219
10+
FROM alpine:20240329
1111

1212
RUN apk add supervisor
1313
COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf

0 commit comments

Comments
 (0)