Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and glimchb committed Jun 24, 2024
1 parent 2f1fe01 commit 88cb1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sztp-agent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .
RUN go build -v -o /opi-sztp-agent && CGO_ENABLED=0 go test -v ./...

# second stage to reduce image size
FROM alpine:3.18
FROM alpine:3.20

RUN apk add --no-cache --no-check-certificate curl && rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 88cb1e8

Please sign in to comment.