Skip to content

Commit

Permalink
help dependabot auto PR our base image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Aug 20, 2023
1 parent e3a68d5 commit 30b03c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM alpine:3.18.2 as alpinelinux
FROM debian:stable-slim as fetcher
COPY build/fetch_binaries.sh /tmp/fetch_binaries.sh

Expand All @@ -7,7 +8,7 @@ RUN apt-get update && apt-get install -y \

RUN /tmp/fetch_binaries.sh

FROM alpine:3.17.3
FROM alpinelinux

RUN set -ex \
&& echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
Expand Down

0 comments on commit 30b03c1

Please sign in to comment.