Skip to content

Commit 23fd136

Browse files
Bump alpine from 3.23.2 to 3.23.3
Bumps alpine from 3.23.2 to 3.23.3. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.23.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3574a47 commit 23fd136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN go mod download && go mod verify
1010
COPY . .
1111
RUN CGO_ENABLED=0 go build -o /usr/local/bin/ue-lite
1212

13-
FROM alpine:3.23.2
13+
FROM alpine:3.23.3
1414
RUN apk add --no-cache iptables iproute2
1515
COPY --from=builder /usr/local/bin/ue-lite /usr/local/bin/ue-lite
1616
ENTRYPOINT ["ue-lite"]

0 commit comments

Comments
 (0)