Skip to content

Commit

Permalink
Remove ci & buildscript changes, moved to PR #129
Browse files Browse the repository at this point in the history
Signed-off-by: Niladri Halder <[email protected]>
  • Loading branch information
niladrih committed Dec 13, 2021
1 parent 6d4c330 commit a239356
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildscripts/provisioner-nfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ LABEL org.label-schema.build-date=$DBUILD_DATE
LABEL org.label-schema.vcs-url=$DBUILD_REPO_URL
LABEL org.label-schema.url=$DBUILD_SITE_URL

ENTRYPOINT ["/provisioner-nfs"]
CMD ["/provisioner-nfs"]
2 changes: 1 addition & 1 deletion buildscripts/provisioner-nfs/provisioner-nfs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
FROM golang:1.15.15 as build
FROM golang:1.14.7 as build

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit a239356

Please sign in to comment.