Skip to content

Commit

Permalink
openwrt: Correct wrong Docker image name
Browse files Browse the repository at this point in the history
While rebranding back to Wlanslovenija I forgot to change the image name in generate-dockerfiles script.
So fix that
  • Loading branch information
robimarko committed Aug 17, 2018
1 parent 228d5ee commit abaa159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrt/scripts/generate-dockerfiles
Expand Up @@ -9,7 +9,7 @@ template_imagebuilder_base="
# WARNING: This is an automatically generated Dockerfile. DO NOT EDIT. #
########################################################################
FROM otvorenamreza/firmware-base
FROM wlanslovenija/firmware-base
RUN mkdir -p /buildsystem/build && \\\\
chown -R builder:builder /buildsystem/build && \\\\
Expand Down

0 comments on commit abaa159

Please sign in to comment.