Skip to content

Commit

Permalink
Dockerfile: update image to "main"
Browse files Browse the repository at this point in the history
This is compatible with the latest main, since 45 has not been
released yet.
  • Loading branch information
pabloyoyoista committed Sep 14, 2023
1 parent 94e285f commit 042709f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/distroless/alpine-base:latest

ENV BRANCH=gnome-43
ENV BRANCH=main
# distroless/alpine-base only has main by default
RUN echo "" >> /etc/apk/repositories \
&& echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
Expand Down

0 comments on commit 042709f

Please sign in to comment.