Skip to content

Commit a70f4c0

Browse files
build(deps): bump alpine version to 3.20.2 (#60)
### Description OB-XXX Bump alpine version to 3.20.2 ### Checklist - [ ] Created tests which fail without the change (if possible) - [ ] Extended the README / documentation, if necessary
1 parent 2cc7b66 commit a70f4c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packaging/docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ RUN tar czhf observe-agent.tar.gz /observe-agent $(ldd /observe-agent | grep -oP
1212
# however, we can copy full directory as root (/) to be base file structure for scratch image
1313
RUN mkdir /output && tar xf /observe-agent.tar.gz --directory /output
1414

15-
FROM alpine:3.20.0 as directories
15+
FROM alpine:3.20.2 as directories
1616
RUN mkdir -p /var/lib/observe-agent/filestorage
1717

18-
FROM alpine:3.20.0 as certs
18+
FROM alpine:3.20.2 as certs
1919
RUN apk --update add ca-certificates
2020

2121
FROM debian:12.5 as systemd
@@ -28,7 +28,7 @@ RUN tar czhf journalctl.tar.gz /bin/journalctl $(ldd /bin/journalctl | grep -oP
2828
# however, we can copy full directory as root (/) to be base file structure for scratch image
2929
RUN mkdir /output && tar xf /journalctl.tar.gz --directory /output
3030

31-
FROM alpine:3.20.0
31+
FROM alpine:3.20.2
3232
ADD packaging/docker/observe-agent /etc/observe-agent
3333
COPY --from=systemd /output/ /
3434
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt

0 commit comments

Comments
 (0)